Update of /cvsroot/ht2html/ht2html
In directory usw-pr-cvs1:/tmp/cvs-serv23744
Modified Files:
PDOGenerator.py
Log Message:
get_meta(): Use an absolute path to the favicon.
Index: PDOGenerator.py
===================================================================
RCS file: /cvsroot/ht2html/ht2html/PDOGenerator.py,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -d -r2.8 -r2.9
*** PDOGenerator.py 29 Oct 2002 22:43:04 -0000 2.8
--- PDOGenerator.py 29 Oct 2002 22:49:26 -0000 2.9
***************
*** 72,76 ****
def get_meta(self):
! favicon = '\n<link rel="SHORTCUT ICON" href="pics/pyfav.gif">'
s1 = Skeleton.get_meta(self)
s2 = self.__parser.get('meta', '')
--- 72,76 ----
def get_meta(self):
! favicon = '\n<link rel="SHORTCUT ICON" href="/pics/pyfav.gif">'
s1 = Skeleton.get_meta(self)
s2 = self.__parser.get('meta', '')
|