[Zope-Checkins] CVS: Zope/lib/python/OFS - CopySupport.py:1.91

Brian Lloyd brian at zope.com
Mon Jan 19 14:57:22 EST 2004


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv15198/lib/python/OFS

Modified Files:
	CopySupport.py 
Log Message:
commit missed 813 patches


=== Zope/lib/python/OFS/CopySupport.py 1.90 => 1.91 ===
--- Zope/lib/python/OFS/CopySupport.py:1.90	Thu Jan 15 17:47:23 2004
+++ Zope/lib/python/OFS/CopySupport.py	Mon Jan 19 14:56:51 2004
@@ -328,7 +328,7 @@
             raise CopyError, MessageDialog(
                   title   = 'Not Supported',
                   message = ('The object <EM>%s</EM> does not support this' \
-                             ' operation' % absattr(object.id)),
+                             ' operation' % escape(absattr(object.id))),
                   action  = 'manage_main')
 
         if not hasattr(self, 'all_meta_types'):
@@ -389,7 +389,7 @@
             raise CopyError, MessageDialog(
                   title   = 'Not Supported',
                   message = ('The object <EM>%s</EM> does not support this '
-                             'operation.' % absattr(object.id)),
+                             'operation.' % escape(absattr(object.id))),
                   action  = 'manage_main')
 
 Globals.default__class_init__(CopyContainer)




More information about the Zope-Checkins mailing list