Fix issue #26 by adding some newlines before the actual content.
This commit is contained in:
Jacob 2024-04-15 03:34:56 -04:00
parent fd339a74dd
commit a0044ebd41

View file

@ -543,7 +543,7 @@ function printHeader($html, $printpage) {
$html .= "\t\t</div>\n";
$html .= "\t</head>\n";
$html .= "\t<body>\n";
$html .= "\t\t<div id=\"content\" class=\"content\">\n";
$html .= "\t\t<div id=\"content\" class=\"content\">\n<br><br>\n";
if ($printpage == 1) {
if ($ret->redirectTo != '') {