diff --git a/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php b/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php index 309e021e..b655dd22 100644 --- a/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php +++ b/web/typo3conf/ext/ep_products/Classes/Controller/ResellerController.php @@ -146,7 +146,7 @@ class ResellerController extends ActionController } } - $description = nl2br($product['description']); + $description = preg_replace( "/\r|\n/", ' ', $product['description']); $description = strip_tags($description); fputcsv($fileHandle, [