Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki-CVS

SVN: [111226] trunk/phase3/includes/ChangeTags.php

 

 

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded


mah at svn

Feb 10, 2012, 5:53 PM

Post #1 of 1 (17 views)
Permalink
SVN: [111226] trunk/phase3/includes/ChangeTags.php

https://www.mediawiki.org/wiki/Special:Code/MediaWiki/111226

Revision: 111226
Author: mah
Date: 2012-02-11 01:53:17 +0000 (Sat, 11 Feb 2012)
Log Message:
-----------
re r111186: remove extra form tag.

Modified Paths:
--------------
trunk/phase3/includes/ChangeTags.php

Modified: trunk/phase3/includes/ChangeTags.php
===================================================================
--- trunk/phase3/includes/ChangeTags.php 2012-02-11 01:43:34 UTC (rev 111225)
+++ trunk/phase3/includes/ChangeTags.php 2012-02-11 01:53:17 UTC (rev 111226)
@@ -219,7 +219,6 @@
$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;


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS [at] lists
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.