mirror of https://gitlab.com/bashrc2/epicyon
Newline
parent
648666d741
commit
bd7bfd780e
|
@ -741,7 +741,7 @@ def htmlHeaderWithPersonMarkup(cssFilename: str, instanceTitle: str,
|
||||||
country = city.split(',', 1)[1].strip().title()
|
country = city.split(',', 1)[1].strip().title()
|
||||||
city = city.split(',', 1)[0]
|
city = city.split(',', 1)[0]
|
||||||
countryMarkup = \
|
countryMarkup = \
|
||||||
' "addressCountry": "' + country + '"'
|
' "addressCountry": "' + country + '"\n'
|
||||||
addComma = ','
|
addComma = ','
|
||||||
cityMarkup = \
|
cityMarkup = \
|
||||||
' "address": {\n' + \
|
' "address": {\n' + \
|
||||||
|
|
Loading…
Reference in New Issue