From: Martin v. L?w. <lo...@us...> - 2002-03-26 11:48:35
|
Update of /cvsroot/ht2html/ht2html In directory usw-pr-cvs1:/tmp/cvs-serv14379 Modified Files: Skeleton.py Log Message: Restore marginwidth and marginheight. Index: Skeleton.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/Skeleton.py,v retrieving revision 2.4 retrieving revision 2.5 diff -C2 -d -r2.4 -r2.5 *** Skeleton.py 26 Mar 2002 05:34:36 -0000 2.4 --- Skeleton.py 26 Mar 2002 11:48:32 -0000 2.5 *************** *** 124,128 **** def get_body_attributes(self): """Return extra attributes for the body start tag.""" ! return '' def get_banner_attributes(self): --- 124,130 ---- def get_body_attributes(self): """Return extra attributes for the body start tag.""" ! # These are not supported in HTML, but are needed for ! # Netscape 4 ! return 'MARGINWIDTH="0" MARGINHEIGHT="0"' def get_banner_attributes(self): |