5225: again, place page title

svn: r18144
This commit is contained in:
Michiel Nauta 2011-09-11 08:09:01 +00:00
parent 0985556156
commit 716c959e23

View File

@ -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: