Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-7
-
Fix Version/s: 1.0-beta-10
-
Component/s: core
-
Labels:None
-
Environment:IE4 on widows
Description
This is a problem with xdocs that contain single quotes. When maven generates the html output, it replaces the single quote with
the following:
'
This seems to keep mozilla happy but Internet Explorer does not know
what to do with this. However, IE does seem to be able to handle the
character code represetation of the single quote which is this:
'
However, it seems to be impossible to get Maven to spit out ' in a .html file. It instead will always produce ' in the end html document
Issue Links
- is depended upon by
-
MAVEN-401
Release maven-b10
-
Both ' and ' are converted to ' in the resulting html. This resolves this particular issue, but I suspect there are further gotchas especially in the case of &