A *lot* more code-cleanups, errors in CSS fixed (missing brackets) and frameset suppo...
[mailer.git] / inc / modules / admin / overview-inc.php
index 2a3ac6f0deb56013459eec945a89e37cd31a80d7..2b1556bafcdb5aa0c682e7710f440effdfbf4d8d 100644 (file)
@@ -260,7 +260,7 @@ function OUTPUT_SELECTED_TASKS($_POST, $result_tasks)
                                        if (empty($title)) $title = "";
                                        if ((!empty($ext_name)) && (GET_EXT_VERSION("sql_patches")) && ($CONFIG['verbose_sql'] == 'Y')) {
                                                // Add verbose SQL table
-                                               $text .= EXTENSION_VERBOSE_TABLE($SQLs, $title, " class=\"admin_table top2 left2 right2\"", true, "100%")."<BR>\n";
+                                               $text .= EXTENSION_VERBOSE_TABLE($SQLs, $title, " class=\"admin_table top2 left2 right2\"", true, "100%")."<br />\n";
                                        }
                                }
                                 else