Commit f05af69c authored by Christophe Dumez's avatar Christophe Dumez

removed unneeded strip() on xml

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7461 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e06341d8
......@@ -80,7 +80,7 @@ if not root:\n
return \'\'\'<?xml version=\'1.0\' encoding=\'iso-8859-1\'?>\n
<tree id=\'0\'></tree>\'\'\'\n
\n
return context.getPortalObject().portal_subversion.treeToXML(root, context).strip()\n
return context.getPortalObject().portal_subversion.treeToXML(root, context)\n
]]></string> </value>
......
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