]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-adminedit.php
notice fix
[mailer.git] / inc / modules / admin / what-adminedit.php
index 803b98bc38c87eca2a147057ca02bf66e2a59825..761e902496f60d9393053f69619076b3ea5911e4 100644 (file)
@@ -55,7 +55,7 @@ if (!empty($_POST['sel'])) $chk = SELECTION_COUNT($_POST['sel']);
 OPEN_TABLE("100%", "admin_content admin_content_align", "");
 
 // List all menu points and make them editable
-OUTPUT_HTML ("<BR><BR></FONT>
+OUTPUT_HTML("<br /><br /></FONT>
 <DIV align=\"center\">");
 if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO()))
 {
@@ -302,7 +302,7 @@ WHERE ".$AND." AND id=%d LIMIT 1",
                LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_NO_MENUS_FOUND);
        }
 }
-OUTPUT_HTML ("</DIV>");
+OUTPUT_HTML("</DIV>");
 CLOSE_TABLE();
 //
 ?>