diff --git a/application/dashboard.class.inc.php b/application/dashboard.class.inc.php index 7783aef6a..c12fe7ab6 100644 --- a/application/dashboard.class.inc.php +++ b/application/dashboard.class.inc.php @@ -312,7 +312,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)