]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_mods.php
A *lot* more code-cleanups, errors in CSS fixed (missing brackets) and frameset suppo...
[mailer.git] / inc / modules / admin / what-config_mods.php
index cfd12d9b582954c5cda65c5f6bea6cdfb8f9a278..b0785007eadcb204867b64503be229adb3f57c14 100644 (file)
@@ -83,7 +83,7 @@ if (isset($_POST['edit']))
        {
                // Nothing selected
                LOAD_TEMPLATE("admin_settings_saved", false, MODS_NOTHING_SELECTED);
-               OUTPUT_HTML ("<BR>");
+               OUTPUT_HTML("<br />");
 
                // Remove maybe confusing data
                unset($_POST['edit']);
@@ -111,7 +111,7 @@ if (isset($_POST['edit']))
 
        // Entries updated
        LOAD_TEMPLATE("admin_settings_saved", false, MODS_CHANGED);
-       OUTPUT_HTML ("<BR>");
+       OUTPUT_HTML("<br />");
 }
 
 if ($SEL == 0)