replace bullet with HTML entity, fix #169

This commit is contained in:
Martin Zimmermann 2015-02-24 21:34:03 +01:00
parent e97d2aba04
commit 0466977109

View File

@ -10,7 +10,7 @@ div(class='isso-comment' id='isso-#{comment.id}')
else
span(class='author')
= bool(comment.author) ? comment.author : i18n('comment-anonymous')
span(class="spacer")
span(class="spacer") •
a(class='permalink' href='#isso-#{comment.id}')
time(title='#{humanize(comment.created)}' datetime='#{datetime(comment.created)}')
span(class='note')