From: Huji Date: Sun, 3 Feb 2008 09:27:13 +0000 (+0000) Subject: (bug 12887) No "name" attribute for TR tags. X-Git-Tag: 1.31.0-rc.0~49644 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=f67f7090227afaaf68b17318356af79490f6a951;p=lhc%2Fweb%2Fwiklou.git (bug 12887) No "name" attribute for TR tags. --- 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' ) . "