4305: p element in W3 compliance

svn: r18048
This commit is contained in:
Michiel Nauta
2011-08-19 19:10:49 +00:00
parent b0b919d148
commit 142d868ba1
11 changed files with 13 additions and 12 deletions

View File

@ -1862,7 +1862,8 @@ class BasePage(object):
thumbnail += hyper
if usedescr:
hyper += Html("p", name, inline = True)
hyper += Html('br')
hyper += Html("span", name, inline = True)
# return thumbnail division to its callers
return thumbnail