Thu Sep 09 22:59:05 2010plasticked [...] yahoo.com - Ticket created
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};