]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-payments.php
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / inc / modules / admin / what-payments.php
index d6b4f9df306206ab1f86af5383cf5830d946859a..f744849d10830b516952b668564b6188b870918c 100644 (file)
@@ -77,10 +77,10 @@ if (isset($_POST['ok'])) {
        if (count($SQLs) > 0) {
                // Run all queries
                RUN_FILTER('run_sqls', array('dry_run' => false, 'sqls' => $SQLs));
        if (count($SQLs) > 0) {
                // Run all queries
                RUN_FILTER('run_sqls', array('dry_run' => false, 'sqls' => $SQLs));
-               $content = "<SPAN class=\"admin_failed\">".SETTINGS_SAVED."</SPAN>";
+               $content = "<span class=\"admin_failed\">".SETTINGS_SAVED."</span>";
        } else {
                // Nothing has changed!
        } else {
                // Nothing has changed!
-               $content = "<SPAN class=\"admin_failed\">".SETTINGS_NOT_SAVED."</SPAN>";
+               $content = "<span class=\"admin_failed\">".SETTINGS_NOT_SAVED."</span>";
        }
 
        // Output template
        }
 
        // Output template