diff --git a/www/admin/class_test.admin.backend.php b/www/admin/class_test.admin.backend.php
index 1786b8b8..de776a25 100644
--- a/www/admin/class_test.admin.backend.php
+++ b/www/admin/class_test.admin.backend.php
@@ -46,7 +46,7 @@ use CoreLibs\Debug\Support;
$PAGE_NAME = 'TEST CLASS: ADMIN BACKEND';
print "";
-print "
" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.array.php b/www/admin/class_test.array.php
index 381816ed..cadf8117 100644
--- a/www/admin/class_test.array.php
+++ b/www/admin/class_test.array.php
@@ -33,7 +33,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: ARRAY HANDLER';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.autoloader.php b/www/admin/class_test.autoloader.php
index 284a7861..173ce5af 100644
--- a/www/admin/class_test.autoloader.php
+++ b/www/admin/class_test.autoloader.php
@@ -23,7 +23,7 @@ use CoreLibs\Convert\Byte;
$PAGE_NAME = 'TEST CLASS: AUTOLOADER';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.byte.php b/www/admin/class_test.byte.php
index 669070cb..3105c09f 100644
--- a/www/admin/class_test.byte.php
+++ b/www/admin/class_test.byte.php
@@ -29,7 +29,7 @@ $byte_class = 'CoreLibs\Convert\Byte';
$PAGE_NAME = 'TEST CLASS: BYTE CONVERT';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.check.colors.php b/www/admin/class_test.check.colors.php
index 595a0dda..705ea6bf 100644
--- a/www/admin/class_test.check.colors.php
+++ b/www/admin/class_test.check.colors.php
@@ -29,7 +29,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: CHECK COLORS';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.class-calls.php b/www/admin/class_test.class-calls.php
index dab66808..b184069b 100644
--- a/www/admin/class_test.class-calls.php
+++ b/www/admin/class_test.class-calls.php
@@ -28,7 +28,7 @@ $db = new CoreLibs\DB\IO(DB_CONFIG, $log);
$PAGE_NAME = 'TEST CLASS: CLASS CALLS';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.config.direct.php b/www/admin/class_test.config.direct.php
index 95d85624..9ce49225 100644
--- a/www/admin/class_test.config.direct.php
+++ b/www/admin/class_test.config.direct.php
@@ -26,7 +26,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: CONFIG DIRECT';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.config.link.php b/www/admin/class_test.config.link.php
index cfe812fc..f19acbfe 100644
--- a/www/admin/class_test.config.link.php
+++ b/www/admin/class_test.config.link.php
@@ -26,7 +26,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: CONFIG LINK';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.convert.colors.php b/www/admin/class_test.convert.colors.php
index 3c82d7be..6f809691 100644
--- a/www/admin/class_test.convert.colors.php
+++ b/www/admin/class_test.convert.colors.php
@@ -31,7 +31,7 @@ $color_class = 'CoreLibs\Convert\Colors';
$PAGE_NAME = 'TEST CLASS: CONVERT COLORS';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.create_email.php b/www/admin/class_test.create_email.php
index 085cd391..ece9c410 100644
--- a/www/admin/class_test.create_email.php
+++ b/www/admin/class_test.create_email.php
@@ -33,7 +33,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: CREATE EMAIL';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.datetime.php b/www/admin/class_test.datetime.php
index 76697b6d..18379ea8 100644
--- a/www/admin/class_test.datetime.php
+++ b/www/admin/class_test.datetime.php
@@ -30,7 +30,7 @@ $datetime_class = 'CoreLibs\Combined\DateTime';
$PAGE_NAME = 'TEST CLASS: DATE/TIME';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.db.dbReturn.php b/www/admin/class_test.db.dbReturn.php
index ec35ba26..6d9d141f 100644
--- a/www/admin/class_test.db.dbReturn.php
+++ b/www/admin/class_test.db.dbReturn.php
@@ -34,7 +34,7 @@ $db->log->debug('START', '=============================>');
$PAGE_NAME = 'TEST CLASS: DB dbReturn';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '';
diff --git a/www/admin/class_test.db.php b/www/admin/class_test.db.php
index 848d0f13..31afe4a7 100644
--- a/www/admin/class_test.db.php
+++ b/www/admin/class_test.db.php
@@ -35,7 +35,7 @@ $db->log->debug('START', '=============================>');
$PAGE_NAME = 'TEST CLASS: DB';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '';
diff --git a/www/admin/class_test.db.query-placeholder.php b/www/admin/class_test.db.query-placeholder.php
index 6010d05f..ec9c2ff1 100644
--- a/www/admin/class_test.db.query-placeholder.php
+++ b/www/admin/class_test.db.query-placeholder.php
@@ -33,7 +33,7 @@ $db->log->debug('START', '=============================>');
$PAGE_NAME = 'TEST CLASS: DB QUERY PLACEHOLDER';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.db.single.php b/www/admin/class_test.db.single.php
index 47445f83..102c3ce7 100644
--- a/www/admin/class_test.db.single.php
+++ b/www/admin/class_test.db.single.php
@@ -32,7 +32,7 @@ $db->log->debug('START', '=============================>');
$PAGE_NAME = 'TEST CLASS: DB QUERY PLACEHOLDERS';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.db.types.php b/www/admin/class_test.db.types.php
index 1b26ed50..8f42aa66 100644
--- a/www/admin/class_test.db.types.php
+++ b/www/admin/class_test.db.types.php
@@ -33,7 +33,7 @@ $db->log->debug('START', '=============================>');
$PAGE_NAME = 'TEST CLASS: DB COLUMN TYPES';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.debug.php b/www/admin/class_test.debug.php
index 8141d383..bb3dd190 100644
--- a/www/admin/class_test.debug.php
+++ b/www/admin/class_test.debug.php
@@ -43,7 +43,7 @@ $debug_logging_class = 'CoreLibs\Debug\LoggingLegacy';
$PAGE_NAME = 'TEST CLASS: DEBUG';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.email.php b/www/admin/class_test.email.php
index 3c258ffb..0e07cb7b 100644
--- a/www/admin/class_test.email.php
+++ b/www/admin/class_test.email.php
@@ -29,7 +29,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: HTML/ELEMENTS';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.encoding.php b/www/admin/class_test.encoding.php
index d481597b..bebac823 100644
--- a/www/admin/class_test.encoding.php
+++ b/www/admin/class_test.encoding.php
@@ -35,7 +35,7 @@ $chk_enc = 'CoreLibs\Check\Encoding';
$PAGE_NAME = 'TEST CLASS: ENCODING (CHECK/CONVERT/MIME)';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.encryption.php b/www/admin/class_test.encryption.php
index 60d16c7a..0846d4ea 100644
--- a/www/admin/class_test.encryption.php
+++ b/www/admin/class_test.encryption.php
@@ -31,7 +31,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: ENCRYPTION';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.error_msg.php b/www/admin/class_test.error_msg.php
index e2aa5901..f3398c6e 100644
--- a/www/admin/class_test.error_msg.php
+++ b/www/admin/class_test.error_msg.php
@@ -28,7 +28,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: ERROR MSG';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.file.php b/www/admin/class_test.file.php
index 0844c4bf..4cdaa8a9 100644
--- a/www/admin/class_test.file.php
+++ b/www/admin/class_test.file.php
@@ -28,7 +28,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: FILE';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.hash.php b/www/admin/class_test.hash.php
index 0392ae09..847e2bf5 100644
--- a/www/admin/class_test.hash.php
+++ b/www/admin/class_test.hash.php
@@ -31,7 +31,7 @@ $hash_class = 'CoreLibs\Create\Hash';
$PAGE_NAME = 'TEST CLASS: HASH';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.html.php b/www/admin/class_test.html.php
index 21bf9c1d..68839e0d 100644
--- a/www/admin/class_test.html.php
+++ b/www/admin/class_test.html.php
@@ -35,19 +35,20 @@ $elements_class = 'CoreLibs\Output\Form\Elements';
$PAGE_NAME = 'TEST CLASS: HTML/ELEMENTS';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
-$string = "Something < = > Other
Next line";
-print "HTMLENT: " . Html::htmlent($string) . ": " . $_html->htmlent($string) . "
";
+$string = "Something < = > Other
Next line and Quotes '\"";
+echo "String: $string
";
+print "HTMLENT: " . Html::htmlent($string) . ": " . $_html->htmlent($string) . " (" . htmlentities($string) . ")
";
print "REMOVELB: " . Html::htmlent($string) . ": " . $_html->removeLB($string) . "
";
$date_str = [2021, 5, 1, 11, 10];
print "PRINTDATETIME: "
. $_elements->printDateTime($date_str[0], $date_str[1], $date_str[2], $date_str[3], $date_str[4]) . "
";
// STATIC
-$string = "Something < = > Other
Next line";
+// $string = "Something < = > Other
Next line and Quotes '\"";
print "S::HTMLENT: " . Html::htmlent($string) . ": " . $html_class::htmlent($string) . "
";
print "S::REMOVELB: " . Html::htmlent($string) . ": " . $html_class::removeLB($string) . "
";
$date_str = [2021, 5, 1, 11, 10];
diff --git a/www/admin/class_test.html_build.block.php b/www/admin/class_test.html_build.block.php
index c3c8899c..b03ee9ee 100644
--- a/www/admin/class_test.html_build.block.php
+++ b/www/admin/class_test.html_build.block.php
@@ -30,7 +30,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: HTML BUILD: BLOCK';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.html_build.element.php b/www/admin/class_test.html_build.element.php
index 68bb56f6..6296fbd6 100644
--- a/www/admin/class_test.html_build.element.php
+++ b/www/admin/class_test.html_build.element.php
@@ -33,7 +33,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: HTML BUILD';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.html_build.replace.php b/www/admin/class_test.html_build.replace.php
index 99cca158..2e648b28 100644
--- a/www/admin/class_test.html_build.replace.php
+++ b/www/admin/class_test.html_build.replace.php
@@ -30,7 +30,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: HTML BUILD: STRING REPLACE';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.image.php b/www/admin/class_test.image.php
index 21e8ee71..db57964f 100644
--- a/www/admin/class_test.image.php
+++ b/www/admin/class_test.image.php
@@ -32,7 +32,7 @@ $image_class = 'CoreLibs\Output\Image';
$PAGE_NAME = 'TEST CLASS: IMAGE';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.json.php b/www/admin/class_test.json.php
index e86f5ccc..03244d55 100644
--- a/www/admin/class_test.json.php
+++ b/www/admin/class_test.json.php
@@ -32,7 +32,7 @@ $json_class = 'CoreLibs\Convert\Json';
$PAGE_NAME = 'TEST CLASS: JSON';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.lang.php b/www/admin/class_test.lang.php
index 989bdd02..756a5992 100644
--- a/www/admin/class_test.lang.php
+++ b/www/admin/class_test.lang.php
@@ -20,7 +20,7 @@ ob_end_flush();
$PAGE_NAME = 'TEST CLASS: LANG';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.logging.php b/www/admin/class_test.logging.php
index cfb22029..778bdd63 100644
--- a/www/admin/class_test.logging.php
+++ b/www/admin/class_test.logging.php
@@ -38,7 +38,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: LOGGING';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.login.php b/www/admin/class_test.login.php
index 4da78948..af400089 100644
--- a/www/admin/class_test.login.php
+++ b/www/admin/class_test.login.php
@@ -44,7 +44,7 @@ $login->loginMainCall();
$PAGE_NAME = 'TEST CLASS: LOGIN';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.math.php b/www/admin/class_test.math.php
index 452af015..287dc78f 100644
--- a/www/admin/class_test.math.php
+++ b/www/admin/class_test.math.php
@@ -30,7 +30,7 @@ $math_class = 'CoreLibs\Convert\Math';
$PAGE_NAME = 'TEST CLASS: MATH';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.memoryusage.php b/www/admin/class_test.memoryusage.php
index 3c956ee0..7e955a85 100644
--- a/www/admin/class_test.memoryusage.php
+++ b/www/admin/class_test.memoryusage.php
@@ -29,7 +29,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: MEMORY USAGE';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.mime.php b/www/admin/class_test.mime.php
index 079728b4..f1bdab61 100644
--- a/www/admin/class_test.mime.php
+++ b/www/admin/class_test.mime.php
@@ -27,7 +27,7 @@ $_mime = new CoreLibs\Convert\MimeAppName();
$PAGE_NAME = 'TEST CLASS: MIME';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.output.form.php b/www/admin/class_test.output.form.php
index 44d9f8be..1a1d4066 100644
--- a/www/admin/class_test.output.form.php
+++ b/www/admin/class_test.output.form.php
@@ -74,7 +74,7 @@ $form = new CoreLibs\Output\Form\Generate(
$PAGE_NAME = 'TEST CLASS: FORM GENERATE';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.password.php b/www/admin/class_test.password.php
index 1211ed1b..0d1c390a 100644
--- a/www/admin/class_test.password.php
+++ b/www/admin/class_test.password.php
@@ -32,7 +32,7 @@ $password_class = 'CoreLibs\Security\Password';
$PAGE_NAME = 'TEST CLASS: PASSWORD';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.php b/www/admin/class_test.php
index 75c9e516..9dfa7b98 100644
--- a/www/admin/class_test.php
+++ b/www/admin/class_test.php
@@ -63,7 +63,7 @@ $backend->db->dbInfo(true);
ob_end_flush();
print "";
-print "TEST CLASS";
+print "TEST CLASS";
print "";
// key: file name, value; name
diff --git a/www/admin/class_test.phpv.php b/www/admin/class_test.phpv.php
index 9098325f..63ac0bf5 100644
--- a/www/admin/class_test.phpv.php
+++ b/www/admin/class_test.phpv.php
@@ -32,7 +32,7 @@ $phpv_class = 'CoreLibs\Check\PhpVersion';
$PAGE_NAME = 'TEST CLASS: PHP VERSION';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.randomkey.php b/www/admin/class_test.randomkey.php
index b60b6c96..d49d8e0c 100644
--- a/www/admin/class_test.randomkey.php
+++ b/www/admin/class_test.randomkey.php
@@ -29,7 +29,7 @@ $array_class = 'CoreLibs\Create\RandomKey';
$PAGE_NAME = 'TEST CLASS: RANDOM KEY';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.readenvfile.php b/www/admin/class_test.readenvfile.php
index 2e569e32..9449bee8 100644
--- a/www/admin/class_test.readenvfile.php
+++ b/www/admin/class_test.readenvfile.php
@@ -27,7 +27,7 @@ $ref_class = 'CoreLibs\Get\ReadEnvFile';
$PAGE_NAME = 'TEST CLASS: READ ENV FILE';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.runningtime.php b/www/admin/class_test.runningtime.php
index 13f71ddf..27acde98 100644
--- a/www/admin/class_test.runningtime.php
+++ b/www/admin/class_test.runningtime.php
@@ -28,7 +28,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: RUNNING TIME';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.session.php b/www/admin/class_test.session.php
index 7cc610c2..b0a9ba46 100644
--- a/www/admin/class_test.session.php
+++ b/www/admin/class_test.session.php
@@ -50,7 +50,7 @@ $session = new Session();
$PAGE_NAME = 'TEST CLASS: SESSION';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.session.read.php b/www/admin/class_test.session.read.php
index b871ea8c..09b2330f 100644
--- a/www/admin/class_test.session.read.php
+++ b/www/admin/class_test.session.read.php
@@ -50,7 +50,7 @@ $session = new Session();
$PAGE_NAME = 'TEST CLASS: SESSION (READ)';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.smarty.php b/www/admin/class_test.smarty.php
index e752ccba..df44f34f 100644
--- a/www/admin/class_test.smarty.php
+++ b/www/admin/class_test.smarty.php
@@ -47,7 +47,7 @@ $adm->DATA['adm_set'] = 'SET from admin class';
$PAGE_NAME = 'TEST CLASS: SMARTY';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.strings.php b/www/admin/class_test.strings.php
index af5a949b..93c5bf0a 100644
--- a/www/admin/class_test.strings.php
+++ b/www/admin/class_test.strings.php
@@ -23,7 +23,7 @@ $byte_class = 'CoreLibs\Convert\Strings';
$PAGE_NAME = 'TEST CLASS: STRINGS CONVERT';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.system.php b/www/admin/class_test.system.php
index 9ba32c1d..86c0fd3b 100644
--- a/www/admin/class_test.system.php
+++ b/www/admin/class_test.system.php
@@ -29,7 +29,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: SYSTEM';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.token.php b/www/admin/class_test.token.php
index d6018876..f46d5166 100644
--- a/www/admin/class_test.token.php
+++ b/www/admin/class_test.token.php
@@ -28,7 +28,7 @@ $token_class = 'CoreLibs\Output\Form\Token';
$PAGE_NAME = 'TEST CLASS: FORM TOKEN';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.uids.php b/www/admin/class_test.uids.php
index 715f6df5..3801eaed 100644
--- a/www/admin/class_test.uids.php
+++ b/www/admin/class_test.uids.php
@@ -29,7 +29,7 @@ $uids_class = 'CoreLibs\Create\Uids';
$PAGE_NAME = 'TEST CLASS: UIDS';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/class_test.varistype.php b/www/admin/class_test.varistype.php
index cff5db49..57f7487a 100644
--- a/www/admin/class_test.varistype.php
+++ b/www/admin/class_test.varistype.php
@@ -30,7 +30,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: CONVERT\VARISTYPE';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/subfolder/class_test.config.direct.php b/www/admin/subfolder/class_test.config.direct.php
index 577b364d..de6d32de 100644
--- a/www/admin/subfolder/class_test.config.direct.php
+++ b/www/admin/subfolder/class_test.config.direct.php
@@ -26,7 +26,7 @@ $log = new CoreLibs\Logging\Logging([
$PAGE_NAME = 'TEST CLASS: CONFIG DIRECT SUB';
print "";
-print "" . $PAGE_NAME . "";
+print "" . $PAGE_NAME . "";
print "";
print '';
print '' . $PAGE_NAME . '
';
diff --git a/www/admin/test_edit_base.php b/www/admin/test_edit_base.php
index b690eb6f..81558f72 100644
--- a/www/admin/test_edit_base.php
+++ b/www/admin/test_edit_base.php
@@ -47,7 +47,7 @@ $l10n = new \CoreLibs\Language\L10n(
);
print "";
-print "GROUP TESTER";
+print "GROUP TESTER";
print "";
print '