Skip to content

Commit

Permalink
Update mkCal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
goerdy authored Sep 12, 2023
1 parent 3c2776a commit 060f591
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mkCal.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,13 @@ function mkCal($title, $Year, $locale, $daysText, $daysColor, $daysHollidays, $h
$this->Cell(400,10,$footer,0);

$fill = !$fill;
}


//finalize pdf and output
$this->Output();
}



}

?>

0 comments on commit 060f591

Please sign in to comment.