ajack 2004/07/09 11:25:03
Modified: python/gump/document/xdocs xdoc.py
Log:
I need to merge my own workspaces (now code is merged) so I test the right thing...
Revision Changes Path
1.5 +2 -1 gump/python/gump/document/xdocs/xdoc.py
Index: xdoc.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/xdocs/xdoc.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xdoc.py 9 Jul 2004 18:20:36 -0000 1.4
+++ xdoc.py 9 Jul 2004 18:25:03 -0000 1.5
@@ -779,7 +779,8 @@
self.context.writeLine('</document>')
else:
from gump.core.config import default
- self.context.writeLine('<p align="right">Last Updated: %s.<img
align="right" src="%s/images/PythonPowered.gif" alt="Python Logo"/></p>' %
default.datetime)
+ self.context.writeLine('<p align="right">Last Updated: %s.<img
align="right" src="%s/images/PythonPowered.gif" alt="Python Logo"/></p>' \
+ % (default.datetime, self.rootpath))
self.context.writeLine('</html>')
self.close()
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]