N°2755 - Security hardening

This commit is contained in:
Stephen Abello
2020-02-12 14:49:05 +01:00
parent 12ce718662
commit 30747b92c7

View File

@@ -457,7 +457,7 @@ try
// Do nothing
}
}
$sHtmlValue = $oCellStatus->GetDisplayableValue();
$sHtmlValue = utils::HtmlEntities(utils::HtmlEntityDecode($oCellStatus->GetDisplayableValue()));
switch(get_class($oCellStatus))
{
case 'CellStatus_Issue':