Index: trunk/phase3/includes/ChangeTags.php |
— | — | @@ -219,7 +219,6 @@ |
220 | 220 | $html = implode( ' ', $data ); |
221 | 221 | $html .= "\n" . Xml::element( 'input', array( 'type' => 'submit', 'value' => wfMsg( 'tag-filter-submit' ) ) ); |
222 | 222 | $html .= "\n" . Html::hidden( 'title', $title->getPrefixedText() ); |
223 | | - $html = Xml::tags( 'form', array( 'action' => $title->getLocalURL(), 'method' => 'get' ), $html ); |
224 | 223 | $html = Xml::tags( 'form', array( 'action' => $title->getLocalURL(), 'class' => 'tagfilter-form', 'method' => 'get' ), $html ); |
225 | 224 | |
226 | 225 | return $html; |