diff --git a/templates/comment.html b/templates/comment.html index c874b9e..3014192 100644 --- a/templates/comment.html +++ b/templates/comment.html @@ -13,7 +13,7 @@ {% if author.name != "[deleted]" %} u/{{ author.name }} {% else %} - u/[deleted] + u/[deleted] {% endif %} {% if author.flair.flair_parts.len() > 0 %} {% call utils::render_flair(author.flair.flair_parts) %}