Commit 24053c29 authored by Christophe Dumez's avatar Christophe Dumez

- removed an unneeded newline


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8400 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 425c6dc5
...@@ -270,7 +270,7 @@ class DiffFile: ...@@ -270,7 +270,7 @@ class DiffFile:
new_line_tuple[1], new_line_tuple[1],
escape(new_line).replace(' ', NBSP).replace('\t', NBSP_TAB)) escape(new_line).replace(' ', NBSP).replace('\t', NBSP_TAB))
) )
html_list.append('''</tbody></table><br/><br/>''') html_list.append('''</tbody></table><br/>''')
return '\n'.join(html_list) return '\n'.join(html_list)
......
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