Bug #23998 ยป 16322.patch
t3lib/class.t3lib_parsehtml.php (working copy) | ||
---|---|---|
$wrapArr = array('###', '###');
|
||
}
|
||
$content = preg_replace('/'.preg_quote($wrapArr[0]).'([A-Z0-9_-|]*)'.preg_quote($wrapArr[1]).'/is', '', $content);
|
||
$content = preg_replace('/'.preg_quote($wrapArr[0]).'([A-Z0-9_|-]*)'.preg_quote($wrapArr[1]).'/is', '', $content);
|
||
}
|
||
}
|
||