diff --git a/core/spreadsheetbulkexport.class.inc.php b/core/spreadsheetbulkexport.class.inc.php index 36e97f05f..84dd94085 100644 --- a/core/spreadsheetbulkexport.class.inc.php +++ b/core/spreadsheetbulkexport.class.inc.php @@ -340,7 +340,7 @@ EOF } else if ($oAttDef instanceof AttributeTagSet) { - $sField = $oObj->GetAsCSV($sAttCode, $this->bLocalizeOutput, ''); + $sField = utils::HtmlEntities($oObj->GetAsCSV($sAttCode, $this->bLocalizeOutput, '')); $sData .= "$sField"; } else