The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Wed, 8 Oct 2003 11:10 AM
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-896&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-896


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-896
    Summary: Eliminate unnecessary double-spacing of xref output
       Type: Improvement

     Status: Unassigned
   Priority: Trivial

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-jxr
   Fix Fors:
             1.1
   Versions:
             1.0-beta-10

   Assignee: 
   Reporter: Charlie Dobbie

    Created: Mon, 6 Oct 2003 1:18 PM
    Updated: Wed, 8 Oct 2003 11:10 AM
Environment: Present in all, but only a problem in IE.  Not an issue in Mozilla.

Description:
I don't know what jxr can actually do about this, as I have seen it in other places as 
well.  It may be that while jxr can prevent the problem it would be better to be fixed 
at source; in which case please reassign or close as appropiate!

The "package" and "class" frames in the source xref output are double-spaced in IE.  
This is because the documentation is generated with <br></br> to represent a line 
break - which IE does not handle properly.  Would it be possible to change this output 
to use a <br /> instead?


Although I've not been able to track down the exact code that does it, I expect jxr is 
*already* asking for a <br /> here, but the XML output/formatting libraries are 
converting it.  In which case this may not be possible to fix from JXR's side.

(I have also seen this in plugin-eclipse's generation of a .classpath file for example 
- the Jelly script writes out a <classpathentry ... /> tag, but somewhere in 
jelly:file (or beyond) it changes to a <classpathentry ...>\n</classpathentry> tag.)


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