mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
e5a93eb9c6
commit
ff07d17502
|
@ -563,7 +563,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 + '"\n'
|
' "addressCountry": "' + country + '"\n'
|
||||||
addComma = ','
|
addComma = ','
|
||||||
cityMarkup = \
|
cityMarkup = \
|
||||||
' "address": {\n' + \
|
' "address": {\n' + \
|
||||||
|
|
Loading…
Reference in New Issue