Index: trunk/phase3/includes/PageQueryPage.php |
— | — | @@ -20,6 +20,6 @@ |
21 | 21 | $text = null; |
22 | 22 | if ($title instanceof Title) |
23 | 23 | $text = htmlspecialchars( $wgContLang->convert( $title->getPrefixedText() ) ); |
24 | | - return $skin->link( $title, $text ); |
| 24 | + return $skin->link( $title, $text, array(), array(), array('known', 'noclasses') ); |
25 | 25 | } |
26 | 26 | } |