Commit 1be65bec authored by Julien Muchembled's avatar Julien Muchembled

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27835 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72ad7afb
......@@ -273,9 +273,9 @@ def validate_xhtml(validator, source, view_name, bt_name):
'''
# display some information when test faild to facilitate debugging
message = ['Using %s validator to parse the view "%s" (from %s bt)'
' with warning%sdisplayed :'
' with warnings%sdisplayed :'
% (validator.name, view_name, bt_name,
validator.show_warnings and ' ' or 'NOT ')]
validator.show_warnings and ' ' or ' NOT ')]
result_list_list = validator.getErrorAndWarningList(source)
......
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