diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index e7aec8e04..1b655ea83 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2244,7 +2244,7 @@ class PlaceListPage(BasePage): for colclass, data in [ ["State", ml.state], ["Country", ml.country], - ["Coordinates", (place.lat + ", " + place.long) if place.lat and place.long else None] ] + ["Coordinates", (place.lat + ", " + place.long) if place.lat and place.long else " "] ] if data or " " )