X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FArticle.php;h=753e7dfefe8acca9f46c06728d8a95c05e05f8f6;hb=0b01bd4f57056c4e0fb98de264f3e9cc7fb64411;hp=7bf0533f0e96e6db0ecf344d2e40ffdac71322a7;hpb=0743d391d662c0b131d0ad956d59c8642050cf19;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Article.php b/includes/Article.php index 7bf0533f0e..753e7dfefe 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2110,7 +2110,7 @@ class Article { Xml::label( wfMsg( 'deleteotherreason' ), 'wpReason' ) . " " . - Xml::input( 'wpReason', 60, $reason, array( 'type' => 'text', 'maxlength' => '255', 'tabindex' => '2' ) ) . + Xml::input( 'wpReason', 60, $reason, array( 'type' => 'text', 'maxlength' => '255', 'tabindex' => '2', 'id' => 'wpReason' ) ) . "