summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/page_header.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-07 13:29:16 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-07 13:29:16 +0000
commitd82f4f660f480ecbc7eaf5e7fd42140803908cfb (patch)
treeb930c8c59d2e26f3304da5a234a5c8ca78f58458 /frontends/php/include/page_header.php
parent5bbc8ab6911eeeb79bc6f88dab5f53394de3b630 (diff)
downloadzabbix-d82f4f660f480ecbc7eaf5e7fd42140803908cfb.tar.gz
zabbix-d82f4f660f480ecbc7eaf5e7fd42140803908cfb.tar.xz
zabbix-d82f4f660f480ecbc7eaf5e7fd42140803908cfb.zip
- [ZBX-246] fixed header error in Monitoring->slideshows (Artem)
- added history view in ackowledge screen (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5231 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
-rw-r--r--frontends/php/include/page_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php
index 9b2cfac1..ae182e68 100644
--- a/frontends/php/include/page_header.php
+++ b/frontends/php/include/page_header.php
@@ -348,7 +348,7 @@ COpt::profiling_start("page");
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title><?php echo $page['title'] ?></title>
+ <title><?php echo $page['title']; ?></title>
<?php
if(defined('ZBX_PAGE_DO_REFRESH') && $USER_DETAILS["refresh"]) {
echo '<meta http-equiv="refresh" content="'.$USER_DETAILS["refresh"].'" />';