From 8be5878dba10fbcc46474262f344e0bd8508e7fd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 30 Oct 2025 17:09:54 +0000 Subject: [PATCH] Less space --- webapp_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_profile.py b/webapp_profile.py index 078dc20de..96e78d251 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -3345,7 +3345,7 @@ def _html_edit_profile_main(base_dir: str, display_nickname: str, max_profile_posts = \ get_max_profile_posts(base_dir, nickname, domain, max_recent_posts) - edit_profile_form += '

' + \ + edit_profile_form += '

' + \ edit_number_field(translate['Preview posts on profile screen'], 'maxRecentProfilePosts', max_profile_posts, 1, 20, max_recent_posts) + '

\n'