Commit 3a3d906e authored by Fabien Morin's avatar Fabien Morin

remove useless and not interpreted as html "<br />" markup


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29509 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f08b7e0c
......@@ -87,7 +87,7 @@ for uid in uids:\n
if dep_id not in id_list:\n
id_list.append(dep_id)\n
if dep_repository != \'meta\':\n
portal_status_message+=\'\\\'%s\\\' added because \\\'%s\\\' depends on it.<br/>\'%(dep_id.replace(\'.bt5\', \'\'), id.replace(\'.bt5\', \'\'))\n
portal_status_message+=\'\\\'%s\\\' added because \\\'%s\\\' depends on it.\'%(dep_id.replace(\'.bt5\', \'\'), id.replace(\'.bt5\', \'\'))\n
current_uid_list.append(context.encodeRepositoryBusinessTemplateUid(dep_repository, dep_id))\n
else:\n
provider_list = context.getProviderList(dep_id)\n
......
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