Bug 51954 - Generated documents include </br> entries which cause extra blank lines
Summary: Generated documents include </br> entries which cause extra blank lines
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.1
Hardware: PC Windows XP
: P2 minor (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 18:54 UTC by Sebb
Modified: 2011-10-04 18:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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