Extra newlines

main
Bob Mottram 2025-10-30 17:08:34 +00:00
parent c77a70c37c
commit 6bae04253b
1 changed files with 3 additions and 3 deletions

View File

@ -3341,14 +3341,14 @@ def _html_edit_profile_main(base_dir: str, display_nickname: str,
edit_profile_form += '<p>' + \
edit_number_field(translate['Post expiry period in days'],
'postExpiryPeriod', post_expiry_period_days,
0, 9999999999999999999999, 0) + '</p>'
0, 9999999999999999999999, 0) + '</p>\n'
max_profile_posts = \
get_max_profile_posts(base_dir, nickname, domain, max_recent_posts)
edit_profile_form += '<p>' + \
edit_profile_form += '<br><br><p>' + \
edit_number_field(translate['Preview posts on profile screen'],
'maxRecentProfilePosts', max_profile_posts,
1, 20, max_recent_posts) + '</p>'
1, 20, max_recent_posts) + '</p>\n'
edit_profile_form += ' </div>\n'
return edit_profile_form