Commit 398e6c68 authored by Yoshinori Okuji's avatar Yoshinori Okuji

% must be escaped when formatting is used.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7285 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 00393724
......@@ -915,7 +915,7 @@ class Catalog(Folder, Persistent, Acquisition.Implicit, ExtensionClass.Base):
if RESPONSE and URL1:
RESPONSE.redirect('%s/manage_catalogAdvanced?' \
'manage_tabs_message=Catalog%20Cleared' % URL1)
'manage_tabs_message=Catalog%%20Cleared' % URL1)
def manage_catalogClearReserved(self, REQUEST=None, RESPONSE=None, URL1=None):
""" clears the whole enchilada """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment