Update of /cvsroot/ht2html/ht2html
In directory sc8-pr-cvs1:/tmp/cvs-serv12852
Modified Files:
PDOGenerator.py
Log Message:
Use a different location for the CSS style sheet.
Index: PDOGenerator.py
===================================================================
RCS file: /cvsroot/ht2html/ht2html/PDOGenerator.py,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -d -r2.10 -r2.11
*** PDOGenerator.py 4 Nov 2002 15:45:35 -0000 2.10
--- PDOGenerator.py 9 Feb 2003 16:35:26 -0000 2.11
***************
*** 92,96 ****
def get_stylesheet(self):
! return posixpath.join(self.__d['rootdir'], 'style.css')
def get_title(self):
--- 92,96 ----
def get_stylesheet(self):
! return posixpath.join(self.__d['rootdir'], 'css', 'ht2html.css')
def get_title(self):
|