Index: t3lib/class.t3lib_parsehtml.php =================================================================== --- t3lib/class.t3lib_parsehtml.php (revision 9297) +++ t3lib/class.t3lib_parsehtml.php (working copy) @@ -320,7 +320,7 @@ $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); } }