Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-111

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-111
    Summary: <br/> is transformed into <br></br>
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin

   Assignee: Jason van Zyl
   Reporter: Carlos Sanchez

    Created: Sun, 27 Jun 2004 1:49 PM
    Updated: Sun, 27 Jun 2004 1:49 PM

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


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to