http://code.google.com/p/web2py/issues/detail?id=551, thanks Tyrone
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.3 (2011-12-02 16:16:28) dev
|
||||
Version 1.99.3 (2011-12-02 17:31:14) dev
|
||||
|
||||
@@ -83,7 +83,7 @@ class HTML2FPDF(HTMLParser):
|
||||
else:
|
||||
self.set_style('B',True)
|
||||
border = border or 'B'
|
||||
align = 'C'
|
||||
align = self.td.get('align', 'C')[0].upper()
|
||||
bgcolor = hex2dec(self.td.get('bgcolor', self.tr.get('bgcolor', '')))
|
||||
# parsing table header/footer (drawn later):
|
||||
if self.thead is not None:
|
||||
|
||||
Reference in New Issue
Block a user