X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2Fparser%2FBlockLevelPass.php;h=599fbf61de1617c0d1a29a7c6711bd89fb478016;hb=91a920fd85c34e64f47140ed82f2ac0913ed8033;hp=2ef599a398d79bdb7510743d16f54ee6ca7372b5;hpb=0d989035d4602d46e668f61ad2db7e484370d87b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/BlockLevelPass.php b/includes/parser/BlockLevelPass.php index 2ef599a398..599fbf61de 100644 --- a/includes/parser/BlockLevelPass.php +++ b/includes/parser/BlockLevelPass.php @@ -286,20 +286,20 @@ class BlockLevelPass { # @todo consider using a stack for nestable elements like span, table and div $openMatch = preg_match( '/(?:closeParagraph(); if ( $preOpenMatch && !$preCloseMatch ) { $this->inPre = true; @@ -353,7 +353,7 @@ class BlockLevelPass { } } } - # somewhere above we forget to get out of pre block (bug 785) + # somewhere above we forget to get out of pre block (T2785) if ( $preCloseMatch && $this->inPre ) { $this->inPre = false; }