]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-refbanner.php
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / inc / modules / admin / what-refbanner.php
index 7de1f9d38e6e6c960ba03093c257ca3b08798d4d..68abbb0486ca146cbf8737177a33316200691a8e 100644 (file)
@@ -87,7 +87,7 @@ VALUES ('%s','%s','%s')",
        if (SQL_AFFECTEDROWS() == 1) {
                $content = SETTINGS_SAVED;
        } else {
-               $content = "<SPAN class=\"admin_failed\">".SETTINGS_NOT_SAVED."</SPAN>";
+               $content = "<span class=\"admin_failed\">".SETTINGS_NOT_SAVED."</span>";
        }
        LOAD_TEMPLATE("admin_settings_saved", false, $content);
 } elseif (($SEL > 0) && (isset($_POST['edit']))) {