main
Bob Mottram 2021-05-16 10:23:34 +01:00
parent 648666d741
commit bd7bfd780e
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ def htmlHeaderWithPersonMarkup(cssFilename: str, instanceTitle: str,
country = city.split(',', 1)[1].strip().title()
city = city.split(',', 1)[0]
countryMarkup = \
' "addressCountry": "' + country + '"'
' "addressCountry": "' + country + '"\n'
addComma = ','
cityMarkup = \
' "address": {\n' + \