From: Aaron Schulz Date: Wed, 28 Jan 2009 17:34:44 +0000 (+0000) Subject: (bug 17198) Remove css from next/prev, 20/50/100 links and such X-Git-Tag: 1.31.0-rc.0~43176 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/?a=commitdiff_plain;h=4717704190868f08beaa8fe55cf11013fc247689;p=lhc%2Fweb%2Fwiklou.git (bug 17198) Remove css from next/prev, 20/50/100 links and such --- 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' ); } /**