Index: trunk/phase3/includes/diff/DifferenceEngine.php |
— | — | @@ -726,7 +726,7 @@ |
727 | 727 | # input text to be HTML-escaped already |
728 | 728 | $otext = htmlspecialchars ( $wgContLang->segmentForDiff( $otext ) ); |
729 | 729 | $ntext = htmlspecialchars ( $wgContLang->segmentForDiff( $ntext ) ); |
730 | | - return $wgContLang->unsegementForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) . |
| 730 | + return $wgContLang->unsegmentForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) . |
731 | 731 | $this->debug( 'wikidiff1' ); |
732 | 732 | } |
733 | 733 | |