From dd85820324735e88440c3663b85af8fbc93e677f Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sat, 11 Feb 2012 01:53:17 +0000 Subject: [PATCH 1/1] re r111186: remove extra form tag. --- includes/ChangeTags.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/ChangeTags.php b/includes/ChangeTags.php index 562aac33c4..4b9b0e0415 100644 --- a/includes/ChangeTags.php +++ b/includes/ChangeTags.php @@ -219,7 +219,6 @@ class ChangeTags { $html = implode( ' ', $data ); $html .= "\n" . Xml::element( 'input', array( 'type' => 'submit', 'value' => wfMsg( 'tag-filter-submit' ) ) ); $html .= "\n" . Html::hidden( 'title', $title->getPrefixedText() ); - $html = Xml::tags( 'form', array( 'action' => $title->getLocalURL(), 'method' => 'get' ), $html ); $html = Xml::tags( 'form', array( 'action' => $title->getLocalURL(), 'class' => 'tagfilter-form', 'method' => 'get' ), $html ); return $html; -- 2.20.1