From: Niklas Laxström Date: Sun, 7 May 2006 18:19:23 +0000 (+0000) Subject: * Fix the warning too X-Git-Tag: 1.31.0-rc.0~57208 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=3c81caebed18f9dbd56e6991c5d00c0dadde8fba;p=lhc%2Fweb%2Fwiklou.git * Fix the warning too --- 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 .= '';
' . wfMsgWikiHtml( 'undeleteextrahelp' ) . '
' . wfMsgHtml( 'undeletecomment' ) . '' . wfInput( 'wpComment', 50, $this->mComment ) . '