admin class test pages fixes

This commit is contained in:
Clemens Schwaighofer
2024-08-05 13:07:52 +09:00
parent 9ba09b22f5
commit 79bd7fa256
51 changed files with 55 additions and 54 deletions

View File

@@ -33,7 +33,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: ARRAY HANDLER';
print "<!DOCTYPE html>";
print "<html><head><title>" . $PAGE_NAME . "</title><head>";
print "<html><head><title>" . $PAGE_NAME . "</title></head>";
print "<body>";
print '<div><a href="class_test.php">Class Test Master</a></div>';
print '<div><h1>' . $PAGE_NAME . '</h1></div>';