Projekt

Allgemein

Profil

GX-Abgewiesen #55720 » PDFIMGFix.patch

Till Tepelmann, 22.02.2018 12:18

Unterschiede anzeigen:

src/system/classes/shop_content/ShopContentContentControl.inc.php (revision )
527 527
		$t_content = preg_replace('#<script(.*?)>(.*?)</script>#is', '', $t_content);
528 528
		$t_content = preg_replace('#<style(.*?)>(.*?)</style>#is', '', $t_content);
529 529
		$t_content = preg_replace('#<title(.*?)>(.*?)</title>#is', '', $t_content);
530
		$t_content = preg_replace('#<img(.*?)/?>#is', '', $t_content);
530 531
		$t_content = str_replace("&bdquo;", '"', $t_content);
531 532
		$t_content = str_replace("&ldquo;", '"', $t_content);
532 533
		$t_content = str_replace("&ndash;", '-', $t_content);
    (1-1/1)