Skip to content

Commit

Permalink
Fixed the issue in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Aug 21, 2016
1 parent 0174c94 commit dc02987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ korona also helps you to build individual html tags.
---

korona supports some of the anchor tag attributes like:

- ``charset``
- ``coords``
- ``download``
Expand Down Expand Up @@ -40,3 +41,4 @@ korona can build an anchor tag.
assert anchor_tag1 == '<a charset="UTF-8" href="www.google.com" hreflang="en" >google</a>'
assert anchor_tag1 == anchor_tag2

0 comments on commit dc02987

Please sign in to comment.