Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.4
-
Component/s: Core, Module - Xdoc
-
Labels:None
-
Number of attachments :
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.
Fixed in r1463055