Actions
Bug #6954
closedCompression extensions break CBs inline JS
Description
When CBs inline JS is compressed if the comment tags surrounding the JS aren't removed the JS will never execute as it becomes commented due to the removed linebreak. The old JS workaround for ancient browsers that couldn't interpret script tags can be safely removed at this point (keep xhtml CDATA handling).
Actions