Places sorted, fixed several problems in Web Site generation

svn: r391
This commit is contained in:
Don Allingham
2001-09-08 13:27:14 +00:00
parent 48a9083fa4
commit 15fbfe6286
3 changed files with 23 additions and 10 deletions

View File

@@ -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)))