ajack 2003/11/03 13:03:49
Modified: python/gump document.py
Log:
Failed to close modules.html when created projects.html
Revision Changes Path
1.104 +4 -2 jakarta-gump/python/gump/document.py
Index: document.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- document.py 3 Nov 2003 20:39:41 -0000 1.103
+++ document.py 3 Nov 2003 21:03:49 -0000 1.104
@@ -436,6 +436,8 @@
endTableXDoc(x)
endSectionXDoc(x)
+ footerXDoc(x)
+ endXDoc(x)
#
# ----------------------------------------------------------------------
@@ -471,8 +473,8 @@
endTableXDoc(x)
endSectionXDoc(x)
- footerXDoc(x)
- endXDoc(x)
+ footerXDoc(x)
+ endXDoc(x)
#
# ----------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]