diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index 808c9127e..0fb71f816 100644 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -472,7 +472,8 @@ class ActionController extends Zend_Controller_Action } $resp->setHeader( 'X-Icinga-Title', - rawurlencode($this->view->title . ' :: Icinga Web', true) + rawurlencode($this->view->title . ' :: Icinga Web'), + true ); } else { $resp->setHeader('X-Icinga-Title', rawurlencode('Icinga Web'), true);