Commit 5d8541e1 authored by Ivan Tyagov's avatar Ivan Tyagov

Increase empty space characters.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17243 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dc76f38d
......@@ -94,7 +94,7 @@ def getReportSectionListForObject(doc):\n
report_section_list.append(ReportSection(path = doc.getPath(), \n
form_id = form_id, \n
level = 2, \n
title = \'%s-%s\' % (title, translate(action_title))))\n
title = \'%s - %s\' % (title, translate(action_title))))\n
return report_section_list\n
\n
if selection_name is not None:\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