Indentation

main
Bob Mottram 2021-11-07 12:35:52 +00:00
parent e5a93eb9c6
commit ff07d17502
1 changed files with 1 additions and 1 deletions

View File

@ -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' + \