summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-07-05 23:09:13 +0100
committerAnika Henke <anika@selfthinker.org>2012-07-05 23:09:13 +0100
commit076f0d729bee262dd9e71303301fe09fe0910cdb (patch)
treec42bc3066773279078dd3be08c9a5df99f7f8df4 /inc/template.php
parente260f93b6cea05bc39bbd77b9db5bdc0c2c424bf (diff)
downloadrpg-076f0d729bee262dd9e71303301fe09fe0910cdb.tar.gz
rpg-076f0d729bee262dd9e71303301fe09fe0910cdb.tar.bz2
changed accesskey for top link to 't' ('x' was allocated twice, for index/sitemap as well)
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 41da64d2e..76d4d4bbe 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -592,7 +592,7 @@ function tpl_get_action($type) {
$accesskey = 'x';
break;
case 'top':
- $accesskey = 'x';
+ $accesskey = 't';
$params = array();
$id = '#dokuwiki__top';
break;