Skip to content

Commit

Permalink
Adjusting spacing in the html templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Aug 21, 2016
1 parent f8f1be5 commit e53e0fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions korona/templates/html/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
""")

abbr_tag = env.from_string("""
<abbr>{% if text -%} {{ text }}{% endif -%}</abbr>
<abbr>{% if text -%} {{ text }} {% endif -%}</abbr>
""")

acronym_tag = env.from_string("""
<acronym>{% if text -%} {{ text }}{% endif -%}</acronym>
<acronym>{% if text -%} {{ text }} {% endif -%}</acronym>
""")

bold_tag = env.from_string("""
<b>{% if text -%} {{ text }}{% endif -%}</b>
<b>{% if text -%} {{ text }} {% endif -%}</b>
""")

0 comments on commit e53e0fc

Please sign in to comment.