diff --git a/application/dashboard.class.inc.php b/application/dashboard.class.inc.php index 6023f4e0b..ef76de871 100644 --- a/application/dashboard.class.inc.php +++ b/application/dashboard.class.inc.php @@ -231,7 +231,7 @@ abstract class Dashboard public function Render($oPage, $bEditMode = false, $aExtraParams = array()) { - $oPage->add('

'.Dict::S($this->sTitle).'

'); + $oPage->add('

'.htmlentities(Dict::S($this->sTitle), ENT_QUOTES, 'UTF-8', false).'

'); $oLayout = new $this->sLayoutClass; $oLayout->Render($oPage, $this->aCells, $bEditMode, $aExtraParams); if (!$bEditMode)