mirror of https://gitlab.com/bashrc2/epicyon
Spaces
parent
6d7e714f92
commit
8413acb9f6
|
@ -237,7 +237,7 @@ def html_confirm_follow(translate: {}, base_dir: str,
|
||||||
if text_in_file('://' + follow_domain,
|
if text_in_file('://' + follow_domain,
|
||||||
send_block_filename, False):
|
send_block_filename, False):
|
||||||
follow_str += \
|
follow_str += \
|
||||||
'<p class="followText"><b>' + \
|
' <p class="followText"><b>' + \
|
||||||
translate['FollowWarning'] + '</b></p>\n'
|
translate['FollowWarning'] + '</b></p>\n'
|
||||||
follow_str += \
|
follow_str += \
|
||||||
' <p class="followText">' + translate['Follow'] + ' ' + \
|
' <p class="followText">' + translate['Follow'] + ' ' + \
|
||||||
|
|
Loading…
Reference in New Issue