13168 accessibility links in Modern skin link to wrong anchor id
authorRiver Tarnell <river@users.mediawiki.org>
Wed, 30 Apr 2008 09:36:17 +0000 (09:36 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Wed, 30 Apr 2008 09:36:17 +0000 (09:36 +0000)
RELEASE-NOTES
skins/Modern.php

index 13a86b6..db76457 100644 (file)
@@ -224,6 +224,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Hide edit section links on Special:Undelete
 * (bug 13860) Fix "Justify paragraphs" option for Modern skin
 * (bug 11659) Urldecode image names in galleries
+* (bug 13168) accessibility links in Modern skin link to wrong anchor id
 
 
 === API changes in 1.13 ===
index 7b32fb3..a9cf183 100644 (file)
@@ -126,7 +126,7 @@ class ModernTemplate extends QuickTemplate {
                <div id="contentSub"><?php $this->html('subtitle') ?></div>
 
                <?php if($this->data['undelete']) { ?><div id="contentSub2"><?php     $this->html('undelete') ?></div><?php } ?>
-               <?php if($this->data['showjumplinks']) { ?><div id="jump-to-nav"><?php $this->msg('jumpto') ?> <a href="#column-one"><?php $this->msg('jumptonavigation') ?></a>, <a href="#searchInput"><?php $this->msg('jumptosearch') ?></a></div><?php } ?>
+               <?php if($this->data['showjumplinks']) { ?><div id="jump-to-nav"><?php $this->msg('jumpto') ?> <a href="#mw_portlets"><?php $this->msg('jumptonavigation') ?></a>, <a href="#searchInput"><?php $this->msg('jumptosearch') ?></a></div><?php } ?>
 
                <?php $this->html('bodytext') ?>
                <div class='mw_clear'></div>