Skip Menu |

This queue is for tickets about the Data-Tabular CPAN distribution.

Report information
The Basics
Id: 15873
Status: resolved
Priority: 0/
Queue: Data-Tabular

People
Owner: gam3-pause [...] gam3.net
Requestors: moreejt [...] xperienceinc.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.24
Fixed in: (no value)



Subject: missing </tr> in html output
Here is a patch to fix a missing closing row tag in Data/Tabular/Output/HTML.pm. I think there are a few other bugs in there too. *** HTML.pm Sun Sep 18 23:36:11 2005 --- HTML.pm.fix Wed Nov 16 15:23:20 2005 *************** sub html *** 108,113 **** --- 108,114 ---- push(@table, "</td>\n"); } } + push(@table, " </tr>\n"); } $ret .= join('', @table); $ret .= "</table>\n";
Subject: patch applied
I have applied your patch and it will be in version 0.25