[Zope-Checkins] CVS: Zope/lib/python/Products/OFSP - Version.py:1.55

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


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

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


=== Zope/lib/python/Products/OFSP/Version.py 1.54 => 1.55 ===
--- Zope/lib/python/Products/OFSP/Version.py:1.54	Thu Jan 15 17:54:09 2004
+++ Zope/lib/python/Products/OFSP/Version.py	Mon Jan 19 14:56:52 2004
@@ -127,7 +127,7 @@
                 action=REQUEST['URL1']+'/manage_main',
                 message=('If cookies are enabled by your browser, then '
                          'you should have left version %s.'
-                         % self.id)
+                         % escape(self.id))
                 )
         return RESPONSE.redirect(REQUEST['URL1']+'/manage_main')
 




More information about the Zope-Checkins mailing list