From ff07d1750241cdc2e100eee9316ae3503c169e79 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 7 Nov 2021 12:35:52 +0000 Subject: [PATCH] Indentation --- webapp_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' + \