Skip to content

Commit

Permalink
fix H2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Jan 19, 2015
1 parent c027bb7 commit 634a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html.ddoc
Expand Up @@ -25,7 +25,7 @@ GREATER = >
ITEMIZE = $(UL $(ITEMS_HELPER $1, $+))
ITEMS_HELPER = $(LI $1)$(ITEMS_HELPER $+)
H1 = $(T h1, $0)
H2 = $(T $0)
H2 = $(T h2, $0)
H3 = $(T h3, $0)
H4 = $(T h4, $0)
H5 = $(T h5, $0)
Expand Down

0 comments on commit 634a15f

Please sign in to comment.