r111226 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111225‎ | r111226 | r111227 >
Date:01:53, 11 February 2012
Author:mah
Status:reverted
Tags:
Comment:
re r111186: remove extra form tag.
Modified paths:
  • /trunk/phase3/includes/ChangeTags.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangeTags.php
@@ -219,7 +219,6 @@
220220 $html = implode( ' ', $data );
221221 $html .= "\n" . Xml::element( 'input', array( 'type' => 'submit', 'value' => wfMsg( 'tag-filter-submit' ) ) );
222222 $html .= "\n" . Html::hidden( 'title', $title->getPrefixedText() );
223 - $html = Xml::tags( 'form', array( 'action' => $title->getLocalURL(), 'method' => 'get' ), $html );
224223 $html = Xml::tags( 'form', array( 'action' => $title->getLocalURL(), 'class' => 'tagfilter-form', 'method' => 'get' ), $html );
225224
226225 return $html;

Follow-up revisions

RevisionCommit summaryAuthorDate
r111449Reverted r111186, r111226: broken per CRaaron07:25, 14 February 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111186Fixes Bug 18704 - Add an unique CSS class or ID to the tagfilter table row at...mah19:29, 10 February 2012

Status & tagging log