From: Brion Vibber Date: Thu, 16 Feb 2006 22:08:02 +0000 (+0000) Subject: Add final newline for consistent display and to fix the when text empty X-Git-Tag: 1.6.0~331 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=84ed913304da74981d65076ad149731df38397c7;p=lhc%2Fweb%2Fwiklou.git Add final newline for consistent display and to fix the when text empty --- diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index fce57e8ee5..3825e0c00e 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -416,7 +416,7 @@ class UndeleteForm { 'readonly' => true, 'cols' => intval( $wgUser->getOption( 'cols' ) ), 'rows' => intval( $wgUser->getOption( 'rows' ) ) ), - $text ) . + $text . "\n" ) . wfOpenElement( 'div' ) . wfOpenElement( 'form', array( 'method' => 'post',