diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index ce82a6bd9..29bc8ce05 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -3141,7 +3141,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: