diff --git a/webapp_utils.py b/webapp_utils.py index 33df0972a..3e4dd6f54 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -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' + \