HTML is escaped inside <source>
-------------------------------
Key: DOXIA-296
URL: http://jira.codehaus.org/browse/DOXIA-296
Project: Maven Doxia
Issue Type: Bug
Components: Module - Xdoc
Affects Versions: 1.1
Reporter: Lukas Theussl
The following two source boxes give the same output:
{code:xml}
<source><a href="what.html">what</a></source>
<source><![CDATA[<a href="what.html">what</a>]]></source>
{code}
ie the html characters are incorrectly escaped in the first version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira