From 4717704190868f08beaa8fe55cf11013fc247689 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 28 Jan 2009 17:34:44 +0000 Subject: [PATCH] (bug 17198) Remove css from next/prev, 20/50/100 links and such --- includes/Pager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Pager.php b/includes/Pager.php index 22cac2748e..c168558a25 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -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' ); } /** -- 2.20.1