Commit 6e782d6d authored by Christophe Dumez's avatar Christophe Dumez

- improved error message


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7233 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9c04e23
......@@ -175,7 +175,7 @@ class DiffFile:
def toHTML(self):
# Adding header of the table
if self.binary:
return '<b>Binary File or no changes!</b><br><br><br>'
return '<b>Folder or binary file or just no changes!</b><br><br><br>'
html = '''
<table style="text-align: left; width: 100%%;" border="0" cellpadding="0" cellspacing="0">
......
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