X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=js.php;h=b666aac864617cfc44d52b9ccfb0d5a8ad205200;hp=6ec94157d83b4d8d7d1ee2b584b1e8a0670e31c9;hb=48b997e125d13e5184281449feb9f4c8caf48e56;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361 diff --git a/js.php b/js.php index 6ec94157d8..b666aac864 100644 --- a/js.php +++ b/js.php @@ -66,14 +66,14 @@ if ((isInstalled()) && (REQUEST_ISSET_GET('tag'))) { // Prepare include file for looking $INC = sprintf("inc/js/tag-%s.php", - REQUEST_GET('tag') + REQUEST_GET('tag') ); // Is that file readable? if (isIncludeReadable($INC)) { // Include it loadIncludeOnce($INC); - } // END - if + } // END - if // Load footer loadIncludeOnce('inc/footer.php');