From ea309b3c53bcc009c4b3e87a59b3c37ca5647e68 Mon Sep 17 00:00:00 2001 From: Michiel Nauta Date: Sun, 11 Sep 2011 08:09:45 +0000 Subject: [PATCH] 5225: again, place page title svn: r18145 --- 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 206bcec0b..18b21d1ac 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2562,7 +2562,7 @@ class PlacePage(BasePage): placedetail += thumbnail # add section title - placedetail += Html("h5", html_escape(self.page_title), inline =True) + placedetail += Html("h3", html_escape(self.page_title), inline =True) # begin summaryarea division and places table with Html("div", id ='summaryarea') as summaryarea: