Commit 65d22cab authored by Julien Muchembled's avatar Julien Muchembled

Add newline at end of *.catalog_keys.xml files

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32338 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 82617884
......@@ -2223,7 +2223,7 @@ class CatalogMethodTemplateItem(ObjectTemplateItem):
for item in value:
xml_data += '\n <value>%s</value>' %(str(item))
xml_data += '\n </item>'
xml_data += '\n</catalog_method>'
xml_data += '\n</catalog_method>\n'
return xml_data
def preinstall(self, context, installed_bt, **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