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).
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1298
Actions