ajack 2003/10/18 09:34:27
Modified: python/gump document.py
Log:
Escape the 'tail' now placed into project
Revision Changes Path
1.83 +1 -1 jakarta-gump/python/gump/document.py
Index: document.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- document.py 17 Oct 2003 23:13:26 -0000 1.82
+++ document.py 18 Oct 2003 16:34:27 -0000 1.83
@@ -795,7 +795,7 @@
# Write out the 'tail'
#
x.write('<tr><td><strong>Name:</strong>
%s</td></tr><tr><td>%s</td></tr>' %
- ( workTypeName(work.type), tail ) )
+ ( workTypeName(work.type), escapse(tail) ) )
if shown:
x.write(' </table>\n')
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]