diff --git a/lib/HTML/CalendarMonthSimple.pm b/lib/HTML/CalendarMonthSimple.pm
index f87145306..7ba8c3acd 100644
--- a/lib/HTML/CalendarMonthSimple.pm
+++ b/lib/HTML/CalendarMonthSimple.pm
@@ -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();