From 046697710986a3cf3b6941cf6f3e7fd3acc0cfc9 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 24 Feb 2015 21:34:03 +0100 Subject: [PATCH] replace bullet with HTML entity, fix #169 --- isso/js/app/text/comment.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/js/app/text/comment.jade b/isso/js/app/text/comment.jade index faa6618..95dc7b1 100644 --- a/isso/js/app/text/comment.jade +++ b/isso/js/app/text/comment.jade @@ -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')