mirror of https://gitlab.com/bashrc2/epicyon
Newline not needed
parent
4e5c7ee345
commit
6c765077f5
|
@ -3238,7 +3238,7 @@ def individual_post_as_html(signing_priv_key_pem: str,
|
||||||
if not map_str and location_str:
|
if not map_str and location_str:
|
||||||
if '<br><address>' in location_str:
|
if '<br><address>' in location_str:
|
||||||
address_prefix = \
|
address_prefix = \
|
||||||
'<br>' + translate['Address'] + ':<br><address>'
|
'<br>' + translate['Address'] + ':<address>'
|
||||||
location_str = \
|
location_str = \
|
||||||
location_str.replace('<br><address>', address_prefix)
|
location_str.replace('<br><address>', address_prefix)
|
||||||
map_str = '<p>' + translate['Location'] + ': ' + \
|
map_str = '<p>' + translate['Location'] + ': ' + \
|
||||||
|
|
Loading…
Reference in New Issue