Fix not closed <head> block in all admin test files

This commit is contained in:
Clemens Schwaighofer
2024-08-05 12:53:48 +09:00
parent e6f9559fbb
commit 554dd5f73c
52 changed files with 56 additions and 55 deletions

View File

@@ -35,7 +35,7 @@ $db->log->debug('START', '=============================>');
$PAGE_NAME = 'TEST CLASS: DB';
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><a href="class_test.db.type.php">Class Test DB row type convert to PHP type</a></div>';