5317: Multi-line photo captions are not rendered correctly in output reports
patch from Adam Stein <adam@csh.rit.edu> svn: r18760
This commit is contained in:
@ -546,6 +546,9 @@ class HtmlDoc(BaseDoc, TextDoc):
|
||||
{'name' : name})
|
||||
return
|
||||
|
||||
if len(alt):
|
||||
alt = '<br />'.join(alt)
|
||||
|
||||
if pos not in ["right", "left"] :
|
||||
if len(alt):
|
||||
self.htmllist[-1] += Html('div') + (
|
||||
|
Reference in New Issue
Block a user