Fixed a scoping problem.
This commit is contained in:
parent
9060b50b4d
commit
45105e24fe
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ sub as_HTML {
|
|||
my $tablewidth = $self->width();
|
||||
$tablewidth =~ m/^(\d+)(\%?)$/; my $cellwidth = (int($1/7))||'14'; if ($2) { $cellwidth .= '%'; }
|
||||
my $header = $self->header();
|
||||
my $mondayisfirstday = $self->mondayisfirstday();
|
||||
$mondayisfirstday = $self->mondayisfirstday();
|
||||
my $cellalignment = $self->cellalignment();
|
||||
my $vcellalignment = $self->vcellalignment();
|
||||
my $contentfontsize = $self->contentfontsize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue