[Zope-Checkins] CVS: Zope/lib/python/App -
ApplicationManager.py:1.92
Brian Lloyd
brian at zope.com
Mon Jan 19 14:57:21 EST 2004
Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv15198/lib/python/App
Modified Files:
ApplicationManager.py
Log Message:
commit missed 813 patches
=== Zope/lib/python/App/ApplicationManager.py 1.91 => 1.92 ===
--- Zope/lib/python/App/ApplicationManager.py:1.91 Thu Jan 15 17:43:58 2004
+++ Zope/lib/python/App/ApplicationManager.py Mon Jan 19 14:56:51 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