Vergleich inc/class_feedgeneration.php - 1.6.9 - 1.6.16

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 190Zeile 190
	 */
function sanitize_content($content)
{

	 */
function sanitize_content($content)
{

		$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;
}