Issue Details (XML | Word | Printable)

Key: DOXIA-296
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Lukas Theussl
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

HTML is escaped inside <source>

Created: 06/Mar/09 06:25 AM   Updated: 10/Mar/09 10:49 AM   Resolved: 10/Mar/09 10:49 AM
Return to search
Component/s: Module - Xdoc
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified


 Description  « Hide

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.



Lukas Theussl added a comment - 10/Mar/09 10:49 AM

Fixed in r752148.