X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fparser%2FCoreTagHooks.php;h=9755ea93f6b3a61b474c074fc20f665d2fe3e471;hb=7798b70e7e66b5a2e228f13714dd82d3b40a4573;hp=df868eabd5cbc85332281f05cb9f4c48c4278f89;hpb=9badb24d1a0d5cec6620c6385225df1a2302c946;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/CoreTagHooks.php b/includes/parser/CoreTagHooks.php index df868eabd5..9755ea93f6 100644 --- a/includes/parser/CoreTagHooks.php +++ b/includes/parser/CoreTagHooks.php @@ -141,7 +141,7 @@ class CoreTagHooks { $parser->getOutput()->setIndicator( trim( $attributes['name'] ), - $parser->recursiveTagParse( $content, $frame ) + Parser::stripOuterParagraph( $parser->recursiveTagParseFully( $content, $frame ) ) ); return '';