DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21728>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21728

[patch/enh] remove spurious ">" chars from Help display

           Summary: [patch/enh] remove spurious ">" chars from Help display
           Product: JMeter
           Version: unspecified
          Platform: All
               URL: http://http://
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Java does not currently handle HTML tags of the form <br/> properly - the 
trailing ">" is displayed. However, Java does handle tags of the form 
<br></br> OK.

The patches to follow tidy up the Help display:
- component_reference.xml must be valid XML, so <br/> is replaced by <br></br>
- site_printable.vsl does not need to be valid XML, nor does it need to output 
valid XHTML, so the the patch just removes the trailing "/" characters.

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

Reply via email to