Index: trunk/phase3/includes/diff/DifferenceEngine.php |
— | — | @@ -468,6 +468,10 @@ |
469 | 469 | } else { |
470 | 470 | $wgOut->addWikiTextTidy( $this->mNewtext ); |
471 | 471 | } |
| 472 | + } else { |
| 473 | + $article = new Article( $this->mTitle, 0 ); |
| 474 | + $pOutput = $article->getParserOutput(); |
| 475 | + $wgOut->addParserOutputNoText( $pOutput ); |
472 | 476 | } |
473 | 477 | |
474 | 478 | if ( is_object( $this->mNewRev ) && !$this->mNewRev->isCurrent() ) { |