Stray capitalisation

merge-requests/30/head
Bob Mottram 2023-07-13 17:06:35 +01:00
parent 44892474c8
commit c527696202
1 changed files with 1 additions and 1 deletions

View File

@ -3838,7 +3838,7 @@ class PubServer(BaseHTTPRequestHandler):
# person options screen, unsnooze button
# See html_person_options
if '&submitUnSnooze=' in options_confirm_params:
if '&submitUnsnooze=' in options_confirm_params:
users_path = path.split('/personoptions')[0]
this_actor = http_prefix + '://' + domain_full + users_path
if debug: