mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
a61963c83b
commit
6ccb10529f
|
@ -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: ' + \
|
||||
|
|
Loading…
Reference in New Issue