[closed] Incorrect HTML code in HTML and HTML2 reports

Post your bug reports here.
Post Reply
dandv
Posts: 23
Joined: Fri Jan 07, 2005 4:02 am
Location: San Jose, CA
Contact:

[closed] Incorrect HTML code in HTML and HTML2 reports

Post by dandv »

Hi,

The header of the comparison table looks like:

Code: Select all

<table><thead><tr><td width=50%>source.txt</td><td width=50%>target.txt</td></thead></tr></table></table>
As you can see, the </thead> is closed before </tr> is closed.

Since we're here, this header should belong to the comparison table (the comparison table is as of v3.75, separate). This would enable compliant browsers to repeat the table header on each page when printing reports.

Hope this helps,
Dan Dascalescu

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

Thank you, I didn't know about this usage of thead. I will fix this.

Post Reply