(bug 15023) Another cosmetic regression from Linker changes: section link arrow in...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 3 Aug 2008 15:37:35 +0000 (15:37 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 3 Aug 2008 15:37:35 +0000 (15:37 +0000)
includes/Linker.php

index f9eb94b..6761231 100644 (file)
@@ -1238,7 +1238,9 @@ class Linker {
                                        $sectionTitle = wfClone( $title );
                                        $sectionTitle->mFragment = $section;
                                }
-                               $link = $this->link( $sectionTitle, wfMsgForContent( 'sectionlink' ) );
+                               $link = $this->link( $sectionTitle,
+                                       wfMsgForContent( 'sectionlink' ), array(), array(),
+                                       'noclasses' );
                        }
                        $auto = $link . $auto;
                        if( $pre ) {