﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2331	Content of <script> tags is not wrapped in <![CDATA[...]]>	A.M.		"FCKeditor is supposed to output XHTML, but it fails to wrap content of <script> and <style> tags in CDATA sections. This is how a <script> tag should be generated in XHTML:

{{{
    <script type=""text/javascript"">
    <![CDATA[
    var a = ""This is a line break: <br/>"";
    ]]>
    </script>
}}}

See the XHTML specification for details:

http://www.w3.org/TR/xhtml1/#h-4.8

Lack of CDATA sections screws up any XSLT transformations performed against the generated XHTML."	Bug	closed	Normal		General	FCKeditor 2.6.2	wontfix		
