In html when tidy5 is not installed I'm getting the following output:
SKIPPED: tidy5 is not installed. Visit https://w3c.github.io/tidy-html5/line 22, col 1: Error: Separation of concerns: Javascript should be defined in its own file: Move the contents of this tag to its own JS file.
but it should be:
SKIPPED: tidy5 is not installed. Visit https://w3c.github.io/tidy-html5/
line 22, col 1: Error: Separation of concerns: Javascript should be defined in its own file: Move the contents of this tag to its own JS file.
In html when
tidy5
is not installed I'm getting the following output:but it should be: