From 64038e5f0dce7c90143cffa39d2d2b87a9754d39 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Thu, 6 Jan 2011 17:22:38 +0000 Subject: [PATCH] name attribute is invalid on s, and long-since deprecated generally. --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ), -- 2.20.1