[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
We're getting self-closing script tags
- Subject: We're getting self-closing script tags
- From: Chris Warburton
- Date: Mon, 25 Feb 2019 08:48:20 +0000
- Resolution: fixed
- State: resolved
HTML script tags cannot be self-closing, i.e. '<script src="..." />' is
not allowed. It should be '<script src="..."></script>' instead.
Something (pandoc?) is giving out these self-closing script tags, and
that is messing up the resulting pages.