Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / js.php
diff --git a/js.php b/js.php
index 6ec94157d83b4d8d7d1ee2b584b1e8a0670e31c9..b666aac864617cfc44d52b9ccfb0d5a8ad205200 100644 (file)
--- 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');