Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Using the following xdoc snippet
<head> <style type="text/css"> <![CDATA[ h2 { font-size: 50px; } ]]> </style> </head>
the content of the <style> tag is swallowed in the html output, only an empty '<style type="text/css"></style>' is generated.