diff --git a/files/templates/comments.html b/files/templates/comments.html index 2d138f149..799e79ed6 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -273,7 +273,7 @@ {% if c.author.verified %} {% endif %} - {{c.author.username}} + {{c.author.username}} {% if c.author.customtitle %}  {% if c.author.quadrant %}{% endif %}{{c.author.customtitle | safe}}{% endif %} {% if c.parent_comment_id and not standalone and level<=7 %}{{ c.parent_comment.author.username }}{% endif %}