A lot more naming conventions applied
[mailer.git] / inc / modules / admin / what-guestedit.php
index 1f301e8b0a672f10ac90e56c27c57c84bf663170..5643bc183c9620f4eec49b5083735486f26fc51b 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()))
 {
@@ -363,7 +363,7 @@ if ((isset($_POST['edit'])) && ($chk > 0) && (!IS_DEMO()))
                LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_NO_MENUS_FOUND);
        }
 }
-OUTPUT_HTML ("</DIV>");
+OUTPUT_HTML("</DIV>");
 CLOSE_TABLE();
 //
 ?>