diff --git a/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php b/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php index bdfe7c1b..cafd00a8 100644 --- a/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php +++ b/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php @@ -135,11 +135,14 @@ class ResellerController extends ActionController } } + $description = nl2br($product['description']); + $description = strip_tags($description); + fputcsv($fileHandle, [ $product['@id'], 'in stock', 'new', - $product['description'], + $description, $product['images']['image'][0], $product['link'], $product['name'],