Commit 274f98ee authored by Aurel's avatar Aurel

warnings checks are buggy in tidy, so do not check it


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18655 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b588abc1
...@@ -144,8 +144,8 @@ def validate_xhtml(source): ...@@ -144,8 +144,8 @@ def validate_xhtml(source):
if len(data) >= 2: if len(data) >= 2:
if data[1].startswith('Error: '): if data[1].startswith('Error: '):
return False return False
elif data[1].startswith('Warning: '): # elif data[1].startswith('Warning: '):
return False # return False
return True return True
......
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