summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-08 16:09:51 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-08 16:09:51 +0000
commitcb6b5525e94b7f6f83737e7d826be072a6798419 (patch)
tree4d23ef95af0e0991fc05643df988ab02ce83d0c2 /frontends/php/include
parenta1acdfe0eb623c558e7b9c778d031d708de1ad06 (diff)
downloadzabbix-cb6b5525e94b7f6f83737e7d826be072a6798419.tar.gz
zabbix-cb6b5525e94b7f6f83737e7d826be072a6798419.tar.xz
zabbix-cb6b5525e94b7f6f83737e7d826be072a6798419.zip
Mino changes.
git-svn-id: svn://svn.zabbix.com/trunk@1661 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/html.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php
index 1eeeec16..092913b8 100644
--- a/frontends/php/include/html.inc.php
+++ b/frontends/php/include/html.inc.php
@@ -54,7 +54,7 @@
function table_begin($class="tborder")
{
- echo "<table class=\"$class\" border=0 width=100% bgcolor='#AAAAAA' cellspacing=1 cellpadding=3>";
+ echo "<table class=\"$class\" border=0 width=\"100%\" bgcolor='#AAAAAA' cellspacing=1 cellpadding=3>";
echo "\n";
}