From: Barry W. <bw...@us...> - 2002-03-22 19:42:03
|
Update of /cvsroot/ht2html/ht2html In directory usw-pr-cvs1:/tmp/cvs-serv26027 Modified Files: SelfGenerator.py Log Message: intermediate Index: SelfGenerator.py =================================================================== RCS file: /cvsroot/ht2html/ht2html/SelfGenerator.py,v retrieving revision 2.0 retrieving revision 2.1 diff -C2 -d -r2.0 -r2.1 *** SelfGenerator.py 22 Mar 2002 17:45:40 -0000 2.0 --- SelfGenerator.py 22 Mar 2002 19:41:57 -0000 2.1 *************** *** 39,43 **** # It is important not to have newlines between the img tag and the end # end center tags, otherwise layout gets messed up. ! p.sidebar.append(('%(rootdir)s', ''' <center> <img alt="[Python Powered]" border=0 --- 39,43 ---- # It is important not to have newlines between the img tag and the end # end center tags, otherwise layout gets messed up. ! p.sidebar.append(('http://www.python.org/', ''' <center> <img alt="[Python Powered]" border=0 |