X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FBalancer.php;h=b0c12e4c2068686155316cd991e2b8036179e85d;hb=7ad35afab2a7d6a289097d6a23b2e00c1728c45a;hp=3467b49cae839c0d7498ee2745154bcd91530dbe;hpb=944b93ee740d491ec6353f3fa5a439db41de97b8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy/Balancer.php b/includes/tidy/Balancer.php index 3467b49cae..b0c12e4c20 100644 --- a/includes/tidy/Balancer.php +++ b/includes/tidy/Balancer.php @@ -1891,7 +1891,7 @@ class Balancer { $bad = array_uintersect_assoc( $this->allowedHtmlElements, BalanceSets::$unsupportedSet[BalanceSets::HTML_NAMESPACE], - function( $a, $b ) { + function ( $a, $b ) { // Ignore the values (just intersect the keys) by saying // all values are equal to each other. return 0;