diff --git a/webapp_utils.py b/webapp_utils.py index 68143c004..39e59ab68 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -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' + \