Skip to content
Snippets Groups Projects
Commit 227b6323 authored by Guillaume Delhumeau's avatar Guillaume Delhumeau
Browse files

XWIKI-10249: Add an HTML5 validator to our build tools.

* Minor fix.
parent a7569819
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ public List<ValidationError> validate()
String schemaUrl = "http://s.validator.nu/html5-all.rnc";
InputSource source = new InputSource(document);
validator = new SimpleDocumentValidator();
try {
validator.setUpMainSchema(schemaUrl, errorHandler);
validator.setUpValidatorAndParsers(errorHandler, false, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment