N°2755 - Security hardening

This commit is contained in:
Stephen Abello
2020-02-12 14:49:05 +01:00
committed by Eric
parent bfcd137e52
commit 016fbaed36

View File

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