From 84ed913304da74981d65076ad149731df38397c7 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 16 Feb 2006 22:08:02 +0000 Subject: [PATCH] Add final newline for consistent display and to fix the when text empty --- includes/SpecialUndelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1