diff --git a/files/templates/comments.html b/files/templates/comments.html index 1cfa30cbb..ca65a2404 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -182,7 +182,7 @@ {{c.author.pronouns}} {% endif %} {% if c.author.customtitle %} -   {{c.author.customtitle | safe}} +   {{c.author.customtitle | safe}} {% endif %} {% endif %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 69422dc50..0406ad9fe 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -99,7 +99,7 @@ {{p.author.pronouns}} {% endif %} {% if p.author.customtitle %} - {{p.author.customtitle | safe}} + {{p.author.customtitle | safe}} {% endif %} {% endif %}  {{p.age_string}}