Angelina Velinska created DOXIA-474:
---------------------------------------

             Summary: Onclick attribute for links gets filtered out
                 Key: DOXIA-474
                 URL: https://jira.codehaus.org/browse/DOXIA-474
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Xdoc
    Affects Versions: 1.3
         Environment: Maven 3.0.3, Maven Maven Site 3.1, Doxia Module Xdoc 1.3
            Reporter: Angelina Velinska
            Priority: Blocker


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>



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to