From 90872feeb4393b489a088593b034e052200befde Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 27 Jun 2015 19:34:49 +0100 Subject: [PATCH] 8645: Use place displayer when sorting places in narrated web report --- gramps/plugins/webreport/narrativeweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 800615e26..cb778ab2d 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -3379,7 +3379,7 @@ class PlacePages(BasePage): ) handle_list = sorted(place_handles, - key=lambda x: SORT_KEY(self.dbase_.get_place_from_handle(x).title)) + key=lambda x: SORT_KEY(ReportUtils.place_name(self.dbase_, x))) first = True # begin table body