Lose useless spacing
authorJamie Cameron <jcameron@webmin.com>
Sat, 27 Dec 2008 01:31:17 +0000 (01:31 +0000)
committerJamie Cameron <jcameron@webmin.com>
Sat, 27 Dec 2008 01:31:17 +0000 (01:31 +0000)
status/edit_mon.cgi

index ad439ca..7d4814c 100755 (executable)
@@ -219,7 +219,6 @@ if ($type =~ /^(\S+)::(\S+)$/) {
        # From another module
        ($mod, $mtype) = ($1, $2);
        &foreign_require($mod, "status_monitor.pl");
-       print "<p>\n";
        print &ui_table_start($text{'mon_header3'}, "width=100%", 4,
                              \@tds);
        &foreign_call($mod, "load_theme_library");
@@ -231,7 +230,6 @@ else {
        do "./${type}-monitor.pl";
        $func = "show_${type}_dialog";
        if (defined(&$func)) {
-               print "<p>\n";
                print &ui_table_start($text{'mon_header3'}, "width=100%", 4,
                                      \@tds);
                &$func($serv);