[jira] Commented: (MPXDOC-111) <br/> is transformed into <br></br>

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown [jira] Commented: (MPXDOC-111) <br/> is transformed into <br></br>

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

    [ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45586 ]

Lukas Theussl commented on MPXDOC-111:
--------------------------------------

The expanding of empty elements is a dom4j issue, I have opened a bug report there. I don't think there is much to do here...

> <br/> is transformed into <br></br>
> -----------------------------------
>
>          Key: MPXDOC-111
>          URL: http://jira.codehaus.org/browse/MPXDOC-111
>      Project: maven-xdoc-plugin
>         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=<version></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=<version></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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...