From f67f7090227afaaf68b17318356af79490f6a951 Mon Sep 17 00:00:00 2001 From: Huji Date: Sun, 3 Feb 2008 09:27:13 +0000 Subject: [PATCH] (bug 12887) No "name" attribute for TR tags. --- includes/Article.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Article.php b/includes/Article.php index ec702a7bf1..69fc053812 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2095,7 +2095,7 @@ class Article { Xml::openElement( 'fieldset' ) . Xml::element( 'legend', array(), wfMsg( 'delete-legend' ) ) . Xml::openElement( 'table' ) . - " + " " . Xml::label( wfMsg( 'deletecomment' ), 'wpDeleteReasonList' ) . " @@ -2105,7 +2105,7 @@ class Article { wfMsgForContent( 'deletereasonotherlist' ), '', 'wpReasonDropDown', 1 ) . " - + " . Xml::label( wfMsg( 'deleteotherreason' ), 'wpReason' ) . " -- 2.20.1