diff --git a/files/templates/comments.html b/files/templates/comments.html index bea2db760..bf4d9e5c6 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -61,7 +61,7 @@ {% endif %} {% if standalone and level == 1 %} -
+
{% if c.parent_post and c.post.nsfw %} NSFW {% endif %} @@ -200,7 +200,7 @@ {{c.author.pronouns_display}} {% endif %} {% if c.author.flair_html %} -   {{c.author.flair_html | safe}} +   {{c.author.flair_html | safe}} {% endif %} {% endif %} diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index d208232a3..4215a795c 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -13,7 +13,7 @@
-
@{{u.username}}
+
@{{u.username}}
{% if v %} {% if v.id != u.id %} diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index eab2ff702..14d34d7eb 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -431,7 +431,7 @@ {% if FEATURES['USERS_PROFILE_BODYTEXT'] -%} {% if u.bio_html and can_see(v, u) %} -
{{u.bio_html | safe}}
+
{{u.bio_html | safe}}
{% endif %} {% if u.friends_html and can_see(v, u) %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 5459b5ba2..689aa5037 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -91,7 +91,7 @@ {{p.author.pronouns_display}} {% endif %} {% if p.author.flair_html %} - {{p.author.flair_html | safe}} + {{p.author.flair_html | safe}} {% endif %} {% endif %}  {{p.age_string}} @@ -270,7 +270,7 @@ {{messages[m.quotes].username}} {%- endif -%} : - + {%- if quote_exists -%} {%- if v.slurreplacer -%} {{messages[m.quotes].text_censored}} @@ -283,7 +283,7 @@
- + {% if m %} {% if v.slurreplacer %} {{m.text_html_censored | safe}}