From d299ec78c41827411373442736b6cc6c7e5bfb9c Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Wed, 30 Apr 2008 09:36:17 +0000 Subject: [PATCH] 13168 accessibility links in Modern skin link to wrong anchor id --- RELEASE-NOTES | 1 + skins/Modern.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 13a86b69fc..db76457271 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/skins/Modern.php b/skins/Modern.php index 7b32fb388e..a9cf183cc7 100644 --- a/skins/Modern.php +++ b/skins/Modern.php @@ -126,7 +126,7 @@ class ModernTemplate extends QuickTemplate {
html('subtitle') ?>
data['undelete']) { ?>
html('undelete') ?>
- data['showjumplinks']) { ?>
msg('jumpto') ?> msg('jumptonavigation') ?>, msg('jumptosearch') ?>
+ data['showjumplinks']) { ?>
msg('jumpto') ?> msg('jumptonavigation') ?>, msg('jumptosearch') ?>
html('bodytext') ?>
-- 2.20.1