X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_rewrite.php;h=b9276d55771dc5f665c6ec3e0fc07af43710bb87;hp=8fa8a3a52a4dd54e75ae4f01a9a3f72b6198abbb;hb=e87430f959a8b240d516ef830e6494165bc933b2;hpb=60494e212a67fe360bfbb481eb4928480a6f379b diff --git a/inc/modules/admin/what-config_rewrite.php b/inc/modules/admin/what-config_rewrite.php index 8fa8a3a52a..b9276d5577 100644 --- a/inc/modules/admin/what-config_rewrite.php +++ b/inc/modules/admin/what-config_rewrite.php @@ -75,14 +75,14 @@ if (isset($_POST['ok'])) if (ereg($mod, $_CONFIG['rewrite_skipped_mods'])) { // Found - $y = " checked"; + $y = ' checked'; $n = ""; } else { // Not found $y = ""; - $n = " checked"; + $n = ' checked'; } // Remember data in array for the dynamic row template