Fix a typo in core.php

This commit is contained in:
Jacob 2023-10-01 17:40:26 +02:00
parent 0c7c5005f2
commit 2c2ac8ffed

View file

@ -89,6 +89,8 @@ function printFileUploadForm($html, $Error) {
$html .= "\t\t\t<p class=\"error\">WTF? Try again.</p>\n";
}
}
return "$html";
}
?>