5225: again, place page title
svn: r18145
This commit is contained in:
parent
829b80075e
commit
ea309b3c53
@ -2562,7 +2562,7 @@ class PlacePage(BasePage):
|
|||||||
placedetail += thumbnail
|
placedetail += thumbnail
|
||||||
|
|
||||||
# add section title
|
# 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
|
# begin summaryarea division and places table
|
||||||
with Html("div", id ='summaryarea') as summaryarea:
|
with Html("div", id ='summaryarea') as summaryarea:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user