From: Chris Fulljames Date: Fri, 10 Jan 2025 23:05:13 +0000 (-0500) Subject: Insert line breaks in bio X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb90ff0b1da3087d92ee1e6a294fa7727fa5a8be;p=littlesongplace.git Insert line breaks in bio --- diff --git a/templates/profile.html b/templates/profile.html index 22c1619..07fae6d 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -7,7 +7,7 @@

{{ name }}

-
{{ bio|safe }}
+
{{ (bio.replace("\n", "
"))|safe }}
{% if session["userid"] == userid %}