[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix JS optimisation pages



Turns out to be a pandoc bug where '<script ...></script>' gets turned
into '<script .../>' which is invalid.

Putting a newline in between the open and close tags seems to avoid
this.

I've added a test which checks for such invalid elements (you'd think
tidy-html5 would do it, but no...)