--- HTMLgen.org/HTMLgen.py Wed Apr 21 04:56:50 1999 +++ HTMLgen/HTMLgen.py Sun Sep 16 00:02:31 2001 @@ -56,7 +56,7 @@ TupleType = type((1,2)) InstanceType = type(UserList.UserList()) CONTYPE = 'Content-Type: text/html\n\n' -DOCTYPE = '\n\n' +DOCTYPE = '' PRINTECHO = 1 @@ -1611,7 +1611,7 @@ s.append('\n') s.append('\n') #close table - s.append('
\n') + s.append('\n') return string.join(s, '') def get_body_color(self, colors, i):