Skip to content

Commit

Permalink
style: Fix broken anchor end tag. ...
Browse files Browse the repository at this point in the history
This was making spans in comment-content fail to render in both Firefox
and Chrome.
  • Loading branch information
sjuxax committed Aug 30, 2013
1 parent 11dfdd9 commit 7bd73cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raggregate/templates/base/comment_item.mak
Expand Up @@ -31,7 +31,7 @@
% else:
<div class="comment" id="${c.id}" style="margin-left: ${margin}px;">
% endif
<a name="${c.id}" id="${c.id}-anchor" />
<a name="${c.id}" id="${c.id}-anchor"></a>
<div class="comment-votes-picture">
<%
# leave this indentation this way please
Expand Down

0 comments on commit 7bd73cf

Please sign in to comment.