Bug 51954

Summary: Generated documents include </br> entries which cause extra blank lines
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: minor    
Priority: P2    
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2011-10-04 18:54:33 UTC
The HTML files generated by Anakia contain the sequence <br></br> for all input <br/> tags. 

This should not matter, but browsers seem to treat </br> the same as <br>, thus generating extra lines in the output.

Simplest solution is to strip out the </br> tags - they have been known to cause problems for Java HTML display as well.
Comment 1 Sebb 2011-10-04 18:58:24 UTC
URL: http://svn.apache.org/viewvc?rev=1178903&view=rev
Log:
Bug 51954 - Generated documents include </br> entries which cause extra blank lines

Modified:
   jakarta/jmeter/trunk/build.xml
   jakarta/jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:47 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2578