Skip Menu |

This queue is for tickets about the HTML-Table CPAN distribution.

Report information
The Basics
Id: 61224
Status: new
Priority: 0/
Queue: HTML-Table

People
Owner: Nobody in particular
Requestors: plasticked [...] yahoo.com
Cc:
AdminCc:

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



Subject: Bug
Date: Thu, 9 Sep 2010 19:58:55 -0700 (PDT)
To: bug-HTML-Table [...] rt.cpan.org
From: John Smiley <plasticked [...] yahoo.com>
On line 1095, version 2.08a #$html .= ' attr="' . $self->{$section}[$sect_num]->{attr} . '"' if defined $self->{$section}[$sect_num]->{attr}; should be $html .= " $self->{$section}[$sect_num]->{attr}" if defined $self->{$section}[$sect_num]->{attr};