(bug 17198) Remove css from next/prev, 20/50/100 links and such
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 28 Jan 2009 17:34:44 +0000 (17:34 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 28 Jan 2009 17:34:44 +0000 (17:34 +0000)
includes/Pager.php

index 22cac27..c168558 100644 (file)
@@ -315,7 +315,7 @@ abstract class IndexPager implements Pager {
                        $attrs['class'] = "mw-{$type}link";
                }
                return $this->getSkin()->link( $this->getTitle(), $text,
-                       $attrs, $query + $this->getDefaultQuery(), 'known' );
+                       $attrs, $query + $this->getDefaultQuery(), 'noclasses' );
        }
 
        /**