Commit 42c1f2fd authored by Aurel's avatar Aurel

name of bt archive must be url encode


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4476 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 965c2ced
......@@ -151,7 +151,7 @@ class TemplateTool (BaseTool):
RESPONSE.setHeader('Content-type','tar/x-gzip')
RESPONSE.setHeader('Content-Disposition',
'inline;filename=%s-%s.bt5' % \
(business_template.getTitle(),
(path,
business_template.getVersion()))
try:
return export_string.getvalue()
......
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