diff options
Diffstat (limited to 'frontends/php/report1.php')
| -rw-r--r-- | frontends/php/report1.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/report1.php b/frontends/php/report1.php index 87d50789..7bf036d2 100644 --- a/frontends/php/report1.php +++ b/frontends/php/report1.php @@ -8,9 +8,9 @@ <? show_table_header("STATUS OF ZABBIX"); - echo "<TABLE BORDER=0 WIDTH=\"100%\" BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>"; - echo "<TR><TD WIDTH=\"10%\"><B>Parameter</B></TD>"; - echo "<TD WIDTH=\"10%\" NOSAVE><B>Value</B></TD>"; + echo "<TABLE BORDER=0 WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>"; + echo "<TR><TD WIDTH=10%><B>Parameter</B></TD>"; + echo "<TD WIDTH=10% NOSAVE><B>Value</B></TD>"; echo "</TR>"; $stats=get_stats(); |
