X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FXml.php;h=78b87159216d6f121feca4c850756bcf0e945363;hb=a26ea0bf8283c4fd9ecff990bef9bf2b63ec0d26;hp=c07ac73befcb3da08b1f686e5b56e2740f8ce59a;hpb=6a6386f2528fefad81a6b8cdbf460389d7f86c59;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Xml.php b/includes/Xml.php index c07ac73bef..78b8715921 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -94,9 +94,7 @@ class Xml { $attribs = array_map( array( 'UtfNormal', 'cleanUp' ), $attribs ); } if ( $contents ) { - wfProfileIn( __METHOD__ . '-norm' ); $contents = $wgContLang->normalize( $contents ); - wfProfileOut( __METHOD__ . '-norm' ); } return self::element( $element, $attribs, $contents ); }