From b337f896888db5ee26ae3eff8fe2da10f32e53f7 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 26 Oct 2002 20:00:37 +0000 Subject: Better support of CSS. git-svn-id: svn://svn.zabbix.com/trunk@545 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/maps.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontends/php/maps.php') diff --git a/frontends/php/maps.php b/frontends/php/maps.php index 2e4a45c8..31e0cb2b 100644 --- a/frontends/php/maps.php +++ b/frontends/php/maps.php @@ -35,8 +35,6 @@ show_table_v_delimiter(); - echo ""; - $lasthost=""; $result=DBselect("select sysmapid,name from sysmaps order by name"); @@ -63,7 +61,6 @@ echo "No maps to display"; } - echo ""; show_table_header_end(); echo "
"; } -- cgit