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