Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -634,10 +634,13 @@ |
635 | 635 | function setTopText( FormOptions $opts ) { |
636 | 636 | global $wgContLang; |
637 | 637 | $this->getOutput()->addWikiText( |
638 | | - Html::rawElement( 'p', |
639 | | - array( 'lang' => $wgContLang->getCode(), 'dir' => $wgContLang->getDir() ), |
640 | | - "\n" . wfMsgForContentNoTrans( 'recentchangestext' ) . "\n" |
641 | | - ), false ); |
| 638 | + Html::rawElement( 'p', |
| 639 | + array( 'lang' => $wgContLang->getCode(), 'dir' => $wgContLang->getDir() ), |
| 640 | + "\n" . wfMsgForContentNoTrans( 'recentchangestext' ) . "\n" |
| 641 | + ), |
| 642 | + /* $lineStart */ false, |
| 643 | + /* $interface */ false |
| 644 | + ); |
642 | 645 | } |
643 | 646 | |
644 | 647 | /** |