Vergleich inc/class_feedgeneration.php - 1.6.10 - 1.6.11

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: class_feedgeneration.php 5828 2012-05-08 16:06:16Z Tomm $

 * $Id$

 */

class FeedGenerator

 */

class FeedGenerator

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