Places sorted, fixed several problems in Web Site generation
svn: r391
This commit is contained in:
@@ -296,6 +296,7 @@ class HtmlDoc(TextDoc):
|
||||
self.f.write('<td valign="top"')
|
||||
if span > 1:
|
||||
self.f.write(' colspan="' + str(span) + '"')
|
||||
self.col = self.col + 1
|
||||
else:
|
||||
self.f.write(' width="')
|
||||
self.f.write(str(self.tbl.get_column_width(self.col)))
|
||||
|
||||
Reference in New Issue
Block a user