Index: trunk/phase3/includes/diff/DifferenceEngine.php |
— | — | @@ -779,6 +779,8 @@ |
780 | 780 | function generateDiffBody( $otext, $ntext ) { |
781 | 781 | global $wgExternalDiffEngine, $wgContLang; |
782 | 782 | |
| 783 | + wfProfileIn( __METHOD__ ); |
| 784 | + |
783 | 785 | $otext = str_replace( "\r\n", "\n", $otext ); |
784 | 786 | $ntext = str_replace( "\r\n", "\n", $ntext ); |
785 | 787 | |