From 084d76b0014d815da94498057bd34e1032e2b94e Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 17 Mar 2023 09:31:06 +0200 Subject: [PATCH] break flairs to stop overflowing --- files/templates/comments.html | 2 +- files/templates/util/macros.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}