From 59cb2632c4f7438e193452990b946f2b84f63d63 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Fri, 1 May 2026 12:12:04 +0200 Subject: [PATCH] fix(profile): preserve bio line breaks in profile views Signed-off-by: Marcus Fihlon --- src/main/resources/templates/profile/public.html | 2 +- src/main/resources/templates/profile/view.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/profile/public.html b/src/main/resources/templates/profile/public.html index ef43a1b..828877d 100644 --- a/src/main/resources/templates/profile/public.html +++ b/src/main/resources/templates/profile/public.html @@ -46,7 +46,7 @@

-

+

-- 2.49.1