* bug 10557 -- use a line break in raw watchlist edit to avoid bugging opera
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jul 2007 20:12:00 +0000 (20:12 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jul 2007 20:12:00 +0000 (20:12 +0000)
includes/WatchlistEditor.php

index 2ad32bb..f0662b3 100644 (file)
@@ -434,6 +434,7 @@ class WatchlistEditor {
                $form .= '<fieldset><legend>' . wfMsgHtml( 'watchlistedit-raw-legend' ) . '</legend>';
                $form .= wfMsgExt( 'watchlistedit-raw-explain', 'parse' );
                $form .= Xml::label( wfMsg( 'watchlistedit-raw-titles' ), 'titles' );
+               $form .= "<br />\n";
                $form .= Xml::openElement( 'textarea', array( 'id' => 'titles', 'name' => 'titles',
                        'rows' => $wgUser->getIntOption( 'rows' ), 'cols' => $wgUser->getIntOption( 'cols' ) ) );
                $titles = $this->getWatchlist( $user );