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 %}