From: Happy-melon Date: Thu, 6 Jan 2011 17:22:38 +0000 (+0000) Subject: name attribute is invalid on s, and long-since deprecated generally. X-Git-Tag: 1.31.0-rc.0~32759 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=64038e5f0dce7c90143cffa39d2d2b87a9754d39;p=lhc%2Fweb%2Fwiklou.git name attribute is invalid on s, and long-since deprecated generally. --- diff --git a/includes/Article.php b/includes/Article.php index dbe3236c38..8e6c29394f 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -3022,7 +3022,7 @@ class Article { wfRunHooks( 'ArticleConfirmDelete', array( $this, $wgOut, &$reason ) ); if ( $wgUser->isAllowed( 'suppressrevision' ) ) { - $suppress = " + $suppress = " " . Xml::checkLabel( wfMsg( 'revdelete-suppress' ),