]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/admin-inc.php
Major cleanup of old-school HTML-mess...
[mailer.git] / inc / modules / admin / admin-inc.php
index cd753943fbede721c8c014dd8d3fd72b2364ae01..3e51681a46d956c8513cd00e6dda51945a0e7193 100644 (file)
@@ -347,7 +347,6 @@ ORDER BY
 
        // Do we have entries?
        if (SQL_NUMROWS($result_main) > 0) {
-               $OUT  = '<div style="height:7px" class="seperator">&nbsp;</div>';
                $OUT .= '<ul class="admin_menu_main">';
                // @TODO Rewrite this to $content = SQL_FETCHARRAY()
                while (list($menu, $title, $descr) = SQL_FETCHROW($result_main)) {
@@ -474,8 +473,6 @@ ORDER BY
                                        $OUT .= '</ul>
 </li>';
                                } // END - if
-
-                               $OUT .= '<li style="height:7px" class="seperator">&nbsp;</li>';
                        } // END - if
                } // END - while