Update of /cvsroot/ht2html/ht2html
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22651
Modified Files:
PDOGenerator.py
Log Message:
Switch search-box default to 'yes'
Index: PDOGenerator.py
===================================================================
RCS file: /cvsroot/ht2html/ht2html/PDOGenerator.py,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -d -r2.21 -r2.22
*** PDOGenerator.py 9 Sep 2004 00:17:04 -0000 2.21
--- PDOGenerator.py 24 Sep 2004 12:28:58 -0000 2.22
***************
*** 132,136 ****
def get_banner(self):
banner = Banner.get_banner(self)
! if self.__parser.get('search-box', 'no').lower() == 'yes':
banner = SEARCHBOX + banner
return banner
--- 132,136 ----
def get_banner(self):
banner = Banner.get_banner(self)
! if self.__parser.get('search-box', 'yes').lower() == 'yes':
banner = SEARCHBOX + banner
return banner
|