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()
|
||||
city = city.split(',', 1)[0]
|
||||
countryMarkup = \
|
||||
' "addressCountry": "' + country + '"\n'
|
||||
' "addressCountry": "' + country + '"\n'
|
||||
addComma = ','
|
||||
cityMarkup = \
|
||||
' "address": {\n' + \
|
||||
|
|
Loading…
Reference in New Issue