From 0c2b16bd350eeaa9e39b75d7f68df02ef73d6bb2 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 09:18:53 -0600 Subject: [PATCH] fix --- files/templates/user_listing.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index 26526212b..eb3a9d3d4 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -31,12 +31,13 @@ Follow {% endif %} - {% if not hide_bios and u.bio_html %} -
- {{u.bio_html | safe}} -
- {% endif %} + + {% if not hide_bios and u.bio_html %} +
+ {{u.bio_html | safe}} +
+ {% endif %}