summaryrefslogtreecommitdiffstats
path: root/frontends/php/index.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-29 13:57:25 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-29 13:57:25 +0000
commita601b443e31a4b13d3d19279e1d20215936d55d7 (patch)
tree689e6782926c3fd45b339d6b0bda7109c6278e00 /frontends/php/index.php
parentb0cb81d651f0bba1b2a75eddea37a7c0bcaa8946 (diff)
downloadzabbix-a601b443e31a4b13d3d19279e1d20215936d55d7.tar.gz
zabbix-a601b443e31a4b13d3d19279e1d20215936d55d7.tar.xz
zabbix-a601b443e31a4b13d3d19279e1d20215936d55d7.zip
- some adjusts to pass XHTML validation (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4401 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/index.php')
-rw-r--r--frontends/php/index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontends/php/index.php b/frontends/php/index.php
index d0922f6f..9639219c 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.php
@@ -101,9 +101,7 @@ include_once "include/page_header.php";
{
$logoff = new CLink('here', '?reconnect=1');
- echo "<div align=center>";
- echo "Press ".$logoff->ToString()." to disconnect/reconnect";
- echo "</div>";
+ echo '<div align="center">Press '.$logoff->ToString().' to disconnect/reconnect</div>';
}
?>
<?php