Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-5
-
Fix Version/s: 2.0-beta-5
-
Component/s: None
-
Labels:None
-
Environment:WinXP
-
Number of attachments :
Description
When using the FAQ plugin with site, entities lke < and > are stripped out, and the corresponding character is not injected.
<a href="http://struts.apache.org">Apache Struts</a>
renders as
a href="http://struts.apache.org"Apache Struts/a
instead of
<a href="http://struts.apache.org">Apache Struts</a>
Issue Links
- is depended upon by
-
MNG-2475
Need to finish escaping html in http://maven.apache.org/general.html#Compiling-J2SE-5
-