X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fparser%2FTidy.php;h=4994d3e0506895725791ee779760447422da4035;hb=27fad304dff43703c40ec93970aaa8760677491b;hp=dd7e9650f5949a2e9a1915b3bda91c2f853a9023;hpb=e1e5dab050ac900cd8ceae3781acef4666e86f9b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Tidy.php b/includes/parser/Tidy.php index dd7e9650f5..4994d3e050 100644 --- a/includes/parser/Tidy.php +++ b/includes/parser/Tidy.php @@ -68,9 +68,9 @@ class MWTidyWrapper { $wrappedtext = preg_replace( '!<(link|meta)([^>]*?)(/{0,1}>)!', ''. - 'test'.$wrappedtext.''; + $wrappedtext = '' . + 'test' . $wrappedtext . ''; return $wrappedtext; }