GX-Abgewiesen #55272 » PDFIMGFix.patch
| 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("„", '"', $t_content);
|
| 531 | 532 |
$t_content = str_replace("“", '"', $t_content);
|
| 532 | 533 |
$t_content = str_replace("–", '-', $t_content);
|