diff options
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 2 |
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"].'" />'; |
