Indentation

merge-requests/30/head
Bob Mottram 2022-11-30 22:51:10 +00:00
parent a61963c83b
commit 6ccb10529f
1 changed files with 14 additions and 13 deletions

View File

@ -214,7 +214,7 @@ def html_person_options(default_timeline: str,
options_link_str = ''
if options_link:
options_link_str = \
options_link_str += \
' <input type="hidden" name="postUrl" value="' + \
options_link + '">\n'
if moved_to:
@ -399,7 +399,8 @@ def html_person_options(default_timeline: str,
remove_html(briar_address) + '</p>\n'
if cwtch_address:
options_str += \
'<p class="imText">Cwtch: ' + remove_html(cwtch_address) + '</p>\n'
' <p class="imText">Cwtch: ' + \
remove_html(cwtch_address) + '</p>\n'
if enigma_pub_key:
options_str += \
' <p class="imText">Enigma: ' + \