This commit is contained in:
Massimo DiPierro
2011-12-02 17:31:15 -06:00
parent 32b0ff3289
commit 70d431846a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.3 (2011-12-02 16:16:28) dev
Version 1.99.3 (2011-12-02 17:31:14) dev
+1 -1
View File
@@ -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: