Update of /cvsroot/ht2html/ht2html
In directory usw-pr-cvs1:/tmp/cvs-serv25426
Modified Files:
Banner.py
Log Message:
Quote an attribute value.
Index: Banner.py
===================================================================
RCS file: /cvsroot/ht2html/ht2html/Banner.py,v
retrieving revision 2.1
retrieving revision 2.2
diff -C2 -d -r2.1 -r2.2
*** Banner.py 22 Mar 2002 17:57:47 -0000 2.1
--- Banner.py 26 Mar 2002 05:04:11 -0000 2.2
***************
*** 40,44 ****
def __start_table(self):
print '<!-- start of site links table -->'
! print '<TABLE WIDTH="100%" BORDER=0'
print self.get_banner_attributes()
print ' BGCOLOR="%s">' % (
--- 40,44 ----
def __start_table(self):
print '<!-- start of site links table -->'
! print '<TABLE WIDTH="100%" BORDER="0"'
print self.get_banner_attributes()
print ' BGCOLOR="%s">' % (
|