Index: trunk/phase3/includes/Pager.php |
— | — | @@ -315,7 +315,7 @@ |
316 | 316 | $attrs['class'] = "mw-{$type}link"; |
317 | 317 | } |
318 | 318 | return $this->getSkin()->link( $this->getTitle(), $text, |
319 | | - $attrs, $query + $this->getDefaultQuery(), 'noclasses' ); |
| 319 | + $attrs, $query + $this->getDefaultQuery(), array('noclasses','known') ); |
320 | 320 | } |
321 | 321 | |
322 | 322 | /** |