diff --git a/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php b/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php index f3edc59c..8b0555b1 100644 --- a/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php +++ b/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php @@ -160,6 +160,7 @@ class ResellerController extends ActionController $description = preg_replace( "/\r|\n/", ' ', $product['description']); $description = strip_tags($description); + $description = htmlspecialchars_decode($description); fputcsv($fileHandle, [ $product['@id'],