Update of /cvsroot/ht2html/ht2html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22083
Modified Files:
PDOGenerator.py
Log Message:
Remove duplicated ID
Index: PDOGenerator.py
===================================================================
RCS file: /cvsroot/ht2html/ht2html/PDOGenerator.py,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -d -r2.23 -r2.24
*** PDOGenerator.py 3 Oct 2004 00:01:32 -0000 2.23
--- PDOGenerator.py 15 Oct 2004 18:01:58 -0000 2.24
***************
*** 24,28 ****
SEARCHBAR = \
'''<!-- start of search bar -->
! <div class="google" id="search">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
--- 24,28 ----
SEARCHBAR = \
'''<!-- start of search bar -->
! <div class="google">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
|