From 3c81caebed18f9dbd56e6991c5d00c0dadde8fba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sun, 7 May 2006 18:19:23 +0000 Subject: [PATCH] * Fix the warning too --- includes/SpecialUndelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 9e863011f9..541d7aac4a 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -501,7 +501,7 @@ class UndeleteForm { #$wgOut->addWikiText( wfMsg( 'undeleteextrahelp' ) ); # Format the user-visible controls (comment field, submission button) # in a nice little table - $table .= ''; + $table = '
'; $table .= ''; $table .= ''; $table .= ''; -- 2.20.1
' . wfMsgWikiHtml( 'undeleteextrahelp' ) . '
' . wfMsgHtml( 'undeletecomment' ) . '' . wfInput( 'wpComment', 50, $this->mComment ) . '