From 94649604f674cd617035c4fbf45cfdf784803ebd Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Mon, 13 Sep 2010 09:36:31 +0000 Subject: [PATCH] 3870: [NarWeb] Reference name to Source incorrectly displayed as "unknown" svn: r15888 --- src/plugins/webreport/NarrativeWeb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 6aa30fa0c..5403c6856 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -3490,6 +3490,7 @@ class SourcePage(BasePage): return BasePage.__init__(self, report, title, source.gramps_id) + self.page_title = source.get_title() inc_repos = self.report.options["inc_repository"] of = self.report.create_file(source.get_handle(), "src")