Commit a079ff7d authored by Aurel's avatar Aurel

Fix indentation error in export of site properties


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4348 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d799e38
......@@ -1366,7 +1366,7 @@ class SitePropertyTemplateItem(BaseTemplateItem):
xml_data += os.linesep+' </value>'
else:
xml_data += os.linesep+' <value>%r</value>' %((os.linesep).join(object),)
xml_data += os.linesep+' </property>'
xml_data += os.linesep+' </property>'
return xml_data
def export(self, context, bta, **kw):
......
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