Commit 5572c2c9 authored by Jérome Perrin's avatar Jérome Perrin

add missing /view on generated URL

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24866 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1560d9ec
......@@ -100,7 +100,7 @@ if attachment_list:\n
\n
%s\n
\n
""" % (\'\\n \'.join([\'%s %s\' % (a.getTitle(), a.absolute_url()) for a in attachment_list]))\n
""" % (\'\\n \'.join([\'%s %s/view\' % (a.getTitle(), a.absolute_url()) for a in attachment_list]))\n
body += """ Messages :\n
"""\n
# Messages Information\n
......
418
\ No newline at end of file
420
\ No newline at end of file
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