Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Not A Problem
-
1.3
-
None
-
None
-
Maven 3.0.3, Maven Maven Site 3.1, Doxia Module Xdoc 1.3
Description
The link attribute "onclick" gets filtered out after site generation.
If the following is defined in an xdoc document:
<p>
<a onclick="_gaq.push(['_trackPageview', '/path/to/file']);" href="./path/to/file">Download File</a>
</p>
after site generation, it ends up to:
<p>
<a href="./path/to/file">Download File</a>
</p>