From b3f39cd38fc28b605251de92117e1f25dee91cb0 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 23 Feb 2005 15:51:30 +0000 Subject: Better support for correct HTML. git-svn-id: svn://svn.zabbix.com/trunk@1669 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/html.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/html.inc.php') diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php index 092913b8..a770b2af 100644 --- a/frontends/php/include/html.inc.php +++ b/frontends/php/include/html.inc.php @@ -71,8 +71,8 @@ function table_row($elements, $rownum) { - if($rownum%2 == 1) { echo ""; } - else { echo ""; } + if($rownum%2 == 1) { echo ""; } + else { echo ""; } while(list($num,$element)=each($elements)) { -- cgit