(bug 28610) unsegement is not a word
This commit is contained in:
parent
dad0bb4795
commit
716fd5bd76
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ CONTROL;
|
|||
# input text to be HTML-escaped already
|
||||
$otext = htmlspecialchars ( $wgContLang->segmentForDiff( $otext ) );
|
||||
$ntext = htmlspecialchars ( $wgContLang->segmentForDiff( $ntext ) );
|
||||
return $wgContLang->unsegementForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) .
|
||||
return $wgContLang->unsegmentForDiff( wikidiff_do_diff( $otext, $ntext, 2 ) ) .
|
||||
$this->debug( 'wikidiff1' );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue