Vergleich inc/class_feedgeneration.php - 1.6.10 - 1.6.17
Zeile 6 | Zeile 6 |
---|---|
* Website: http://mybb.com |
* Website: http://mybb.com |
* $Id: class_feedgeneration.php 5828 2012-05-08 16:06:16Z Tomm $ | * $Id$ |
*/ | */ |
Zeile 190 | Zeile 190 |
*/ |
*/ |
$content = preg_replace("#&[^\s]([^\#])(?![a-z1-4]{1,10};)#i", "&$1", $content); | $content = preg_replace("#&[^\s]([^\#])(?![a-z1-4]{1,10});#i", "&$1", $content); |
$content = str_replace("]]>", "]]]]><![CDATA[>", $content); |
$content = str_replace("]]>", "]]]]><![CDATA[>", $content); |
return $content; | return $content; |