]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rewrite.php
Overall performance increased
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index 777ce50e4ea9010ab2917d9e6ef1283ef9292c88..eac3619b2ee3a6dbacf72c2263db6bcb77e6789c 100644 (file)
@@ -75,14 +75,14 @@ if (isset($_POST['ok']))
                if (ereg($mod, $_CONFIG['rewrite_skip']))
                {
                        // Found
-                       $y = ' checked';
+                       $y = " checked";
                        $n = "";
                }
                 else
                {
                        // Not found
                        $y = "";
-                       $n = ' checked';
+                       $n = " checked";
                }
 
                // Remember data in array for the dynamic row template