Less space

main
Bob Mottram 2025-10-30 17:09:54 +00:00
parent 6bae04253b
commit 8be5878dba
1 changed files with 1 additions and 1 deletions

View File

@ -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 += '<br><br><p>' + \
edit_profile_form += '<br><p>' + \
edit_number_field(translate['Preview posts on profile screen'],
'maxRecentProfilePosts', max_profile_posts,
1, 20, max_recent_posts) + '</p>\n'