From: Brion Vibber Date: Thu, 12 Jul 2007 20:12:00 +0000 (+0000) Subject: * bug 10557 -- use a line break in raw watchlist edit to avoid bugging opera X-Git-Tag: 1.31.0-rc.0~52114 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=21af95e68725a71f6bf893d413d6664090bbd649;p=lhc%2Fweb%2Fwiklou.git * bug 10557 -- use a line break in raw watchlist edit to avoid bugging opera --- diff --git a/includes/WatchlistEditor.php b/includes/WatchlistEditor.php index 2ad32bb028..f0662b3637 100644 --- a/includes/WatchlistEditor.php +++ b/includes/WatchlistEditor.php @@ -434,6 +434,7 @@ class WatchlistEditor { $form .= '
' . wfMsgHtml( 'watchlistedit-raw-legend' ) . ''; $form .= wfMsgExt( 'watchlistedit-raw-explain', 'parse' ); $form .= Xml::label( wfMsg( 'watchlistedit-raw-titles' ), 'titles' ); + $form .= "
\n"; $form .= Xml::openElement( 'textarea', array( 'id' => 'titles', 'name' => 'titles', 'rows' => $wgUser->getIntOption( 'rows' ), 'cols' => $wgUser->getIntOption( 'cols' ) ) ); $titles = $this->getWatchlist( $user );