diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 8daed7564..b05fab112 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -3440,7 +3440,7 @@ class PlacePages(BasePage): tbody = Html("tbody") table += tbody - for place_handle_key in sorted(handle_list): + for place_handle_key in handle_list: event = self.report.obj_dict[Place][place_handle_key][3] place = self.dbase_.get_place_from_handle(place_handle_key) if place: