replace bullet with HTML entity, fix #169
This commit is contained in:
parent
e97d2aba04
commit
0466977109
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user