X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Ftidy%2FBalancer.php;h=4852ce5211cfe661a7d104b4b6c3b6a3964c3cc9;hp=b0c12e4c2068686155316cd991e2b8036179e85d;hb=d5a7166771613dfe4ed9fb75fa5efeced6134bd1;hpb=f4a53c54065c385172363416eb3cb44b67585ca2 diff --git a/includes/tidy/Balancer.php b/includes/tidy/Balancer.php index b0c12e4c20..4852ce5211 100644 --- a/includes/tidy/Balancer.php +++ b/includes/tidy/Balancer.php @@ -2156,7 +2156,7 @@ class Balancer { if ( $this->allowComments && !( $this->inRCDATA || $this->inRAWTEXT ) && - preg_match( Balancer::VALID_COMMENT_REGEX, $x, $regs, PREG_OFFSET_CAPTURE ) && + preg_match( self::VALID_COMMENT_REGEX, $x, $regs, PREG_OFFSET_CAPTURE ) && // verify EOF condition where necessary ( $regs[4][1] < 0 || !$this->bitsIterator->valid() ) ) {