Revert Last change. The values are already protected at this stage.

This commit is contained in:
Eric
2020-02-14 15:42:05 +01:00
parent 4cedd30625
commit 76982a2846

View File

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