Make generated mojo description valid XHTML
-------------------------------------------
Key: MPLUGIN-68
URL: http://jira.codehaus.org/browse/MPLUGIN-68
Project: Maven 2.x Plugin Tools
Issue Type: Improvement
Components: Plugin Plugin
Affects Versions: 2.3
Reporter: Benjamin Bentmann
Priority: Trivial
Attachments: valid-xhtml.patch
Currently, the PluginXdocGenerator used to create the description of the mojo
for inclusion in the site produces something like the following:
{code:xml}
<p><b>Mojo Attributes</b>:<ul><li>Requires a Maven 2.0 project to
execute.</li></ul></p>
{code}
This is no valid XHTML, <p> must not contain <ul>.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira