From d2d5be69198c2baa6e3fdf140799ecdaaf8e0e5d Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Wed, 14 Jul 2010 22:08:07 +0000 Subject: [PATCH] NarrativeWeb: Fixed crash error introduced in last commit regarding place.get_alternate_locations(). svn: r15636 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index a214da2b2..acd361f2f 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -1895,7 +1895,7 @@ class BasePage(object): trow = Html("tr") # begin table row - place_location_fields = (label, data) in [ + place_location_fields = [ (STREET, location.street), (CITY, location.city), (PARISH, location.parish),