Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0-beta-5
-
None
-
None
-
Maven 2.0.7, Maven Site Plugin 2.0-beta-5
Description
When a simple script is included in xdoc source, the double characters get rendered as the html entity " and the script does not execute.
For example, this in xdoc
alert("Hello!");
produces this in the rendered html:
alert("Hello!");
Sample project attached. Execute 'mvn site:run', visit http://localhost:8080/index.html, and view the source of the page.
(Brian Fox discovered this while adding the Google search box to the Maven site.)