Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
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>
I don't see that in Mozilla nor in Konqueror so I assume it's an IE issue. In any case, <br/> and <br></br> are equivalent. Maybe somebody using IE can confirm that so we can close this issue.