Extra line

merge-requests/30/head
Bob Mottram 2024-01-07 15:55:21 +00:00
parent 2be0fae78f
commit 48072314b8
1 changed files with 1 additions and 1 deletions

View File

@ -2844,7 +2844,7 @@ def _html_edit_profile_main(base_dir: str, display_nickname: str, bio_str: str,
actor_json[birth_date_field] = \
actor_json[birth_date_field].split('T')[0]
birth_date = actor_json[birth_date_field]
edit_profile_form += '<br>\n<label class="labels">' + \
edit_profile_form += '<br><br>\n<label class="labels">' + \
translate['Birthday'] + ': </label>\n'
edit_profile_form += \
'<input type="date" name="birthDate" value="' + birth_date + '">\n'