From: Fred L. D. <fd...@us...> - 2003-07-30 15:41:03
|
Update of /cvsroot/ht2html/ht2html In directory sc8-pr-cvs1:/tmp/cvs-serv2705 Modified Files: SelfGenerator.py Log Message: better XHTML compliance Index: SelfGenerator.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/SelfGenerator.py,v retrieving revision 2.5 retrieving revision 2.6 diff -C2 -d -r2.5 -r2.6 *** SelfGenerator.py 1 Nov 2002 15:44:17 -0000 2.5 --- SelfGenerator.py 30 Jul 2003 15:41:00 -0000 2.6 *************** *** 42,46 **** <center> <img alt="[Python Powered]" border="0" ! src="PythonPoweredSmall.png"></center> ''' % self.__d)) self.__linkfixer.massage(p.sidebar, self.__d) --- 42,46 ---- <center> <img alt="[Python Powered]" border="0" ! src="PythonPoweredSmall.png" /></center> ''' % self.__d)) self.__linkfixer.massage(p.sidebar, self.__d) *************** *** 52,56 **** p.sidebar.append(('http://www.python.org/psf/', 'Python Software Foundation')) ! p.sidebar.append((None, '<hr>')) p.sidebar.append((file, '[page source]')) # Fix up our site links, no relthis because the site links are --- 52,56 ---- p.sidebar.append(('http://www.python.org/psf/', 'Python Software Foundation')) ! p.sidebar.append((None, '<hr />')) p.sidebar.append((file, '[page source]')) # Fix up our site links, no relthis because the site links are *************** *** 81,85 **** <a href="index.html"> <img alt="ht2html" border="0" ! src="ht2html.png"></a></center>''' % \ self.__d --- 81,85 ---- <a href="index.html"> <img alt="ht2html" border="0" ! src="ht2html.png" /></a></center>''' % \ self.__d |