From 58d88a5fa73b4c6337b06ae91371559e4aefbcdd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 12 Aug 2024 12:19:27 +0100 Subject: [PATCH] Extra line --- webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index a043e2785..adcc4afe6 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -674,7 +674,7 @@ def _get_profile_header(base_dir: str, http_prefix: str, nickname: str, ' ' + translate['Premium account'] + '
\n' if pronouns: - html_str += ' ' + pronouns + '
\n' + html_str += ' ' + pronouns + '

\n' html_str += occupation_str