Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1.1
-
Component/s: Module - Xdoc
-
Labels:None
-
Number of attachments :
Description
The following two source boxes give the same output:
<source><a href="what.html">what</a></source> <source><![CDATA[<a href="what.html">what</a>]]></source>
ie the html characters are incorrectly escaped in the first version.
Fixed in r752148.