From 75858d59d4520b9fe3479a105495c1f86efa8cfb Mon Sep 17 00:00:00 2001 From: MatmaRex Date: Sun, 3 Mar 2013 18:24:09 +0100 Subject: [PATCH] Vector: fix jump-to-navigation link href We can use the recently introduced #mw-navigation; it makes more sense than #mw-head and has the same result. Change-Id: If5f3aa6499b5a339fab8077209817f2ff431e190 --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index ee68abb756..3e01d23b82 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -194,7 +194,7 @@ class VectorTemplate extends BaseTemplate {
msg( 'jumpto' ) ?> - msg( 'jumptonavigation' ) ?>msg( 'comma-separator' ) ?> + msg( 'jumptonavigation' ) ?>msg( 'comma-separator' ) ?> msg( 'jumptosearch' ) ?>
-- 2.20.1