[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_71522 ] 
            
Lukas Theussl commented on MPXDOC-111:
--------------------------------------

I checked it and it's still not fixed.

The bug I opened in dom4j is fixed in the version we are shipping with m11b3, 
but the feature has to be switched on explicitly, and it's an issue of jelly 
using dom4j, and I forgot to check that when I custom-built our own jelly, so 
it's not fixed yet... :(

> <br/> is transformed into <br></br>
> -----------------------------------
>
>                 Key: MPXDOC-111
>                 URL: http://jira.codehaus.org/browse/MPXDOC-111
>             Project: maven-xdoc-plugin
>          Issue Type: Bug
>            Reporter: Carlos Sanchez
>
> This causes two line breaks (at least in IE 6)
> For example (at 
> http://cvs.apache.org/viewcvs.cgi/maven-plugins/aspectj/xdocs/index.xml?rev=1.7&view=auto)
>     <section name="Installing">
>       <p>
>         To install or update the plugin do the following:<br/>
>         <code>maven plugin:download -DgroupId=maven 
> -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </section>
> is transformed into (at http://maven.apache.org/reference/plugins/aspectj/)
>     <div class="section">
>       <a name="Installing"></a><h2>Installing</h2>
>       <p>
>         To install or update the plugin do the following:<br></br>
>         <code>maven plugin:download -DgroupId=maven 
> -DartifactId=maven-aspectj-plugin -Dversion=&lt;version&gt;</code>
>       </p>
>     </div>

-- 
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

        

Reply via email to