X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=js.php;h=b666aac864617cfc44d52b9ccfb0d5a8ad205200;hb=fc95ac449b66821b99970088cc924e35ed76e0e9;hp=6ec94157d83b4d8d7d1ee2b584b1e8a0670e31c9;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361;p=mailer.git 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');