diff --git a/pages/csvimport.php b/pages/csvimport.php index 577bd193e..cf618ce23 100644 --- a/pages/csvimport.php +++ b/pages/csvimport.php @@ -455,7 +455,7 @@ try // Do nothing } } - $sHtmlValue = $oCellStatus->GetDisplayableValue(); + $sHtmlValue = utils::HtmlEntities(utils::HtmlEntityDecode($oCellStatus->GetDisplayableValue())); switch(get_class($oCellStatus)) { case 'CellStatus_Issue':