[Zope-Checkins] CVS: Zope/lib/python/App -
ApplicationManager.py:1.88.4.4
Brian Lloyd
brian at zope.com
Mon Jan 19 14:47:14 EST 2004
Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv13412/lib/python/App
Modified Files:
Tag: Zope-2_7-branch
ApplicationManager.py
Log Message:
apply missed 813 patches
=== Zope/lib/python/App/ApplicationManager.py 1.88.4.3 => 1.88.4.4 ===
--- Zope/lib/python/App/ApplicationManager.py:1.88.4.3 Thu Jan 8 18:33:45 2004
+++ Zope/lib/python/App/ApplicationManager.py Mon Jan 19 14:46:43 2004
@@ -401,7 +401,7 @@
<head><meta HTTP-EQUIV=REFRESH CONTENT="5; URL=%s/manage_main">
</head>
<body>Zope is restarting</body></html>
- """ % escape(URL1)
+ """ % escape(URL1, 1)
def manage_shutdown(self):
"""Shut down the application"""
More information about the Zope-Checkins
mailing list