Merge "jquery.client: Detect Internet Explorer 11"
authorBrion VIBBER <brion@wikimedia.org>
Wed, 10 Jul 2013 21:18:49 +0000 (21:18 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 10 Jul 2013 21:18:49 +0000 (21:18 +0000)
includes/specials/SpecialTags.php

index d87f263..b19c6e8 100644 (file)
@@ -58,7 +58,7 @@ class SpecialTags extends SpecialPage {
                        $html .= $this->doTagRow( $tag, 0 );
                }
 
-               $out->addHTML( Xml::tags( 'table', array( 'class' => 'wikitable mw-tags-table' ), $html ) );
+               $out->addHTML( Xml::tags( 'table', array( 'class' => 'wikitable sortable mw-tags-table' ), $html ) );
        }
 
        function doTagRow( $tag, $hitcount ) {