summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 60bdf8f3b..d4b28cad1 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -267,7 +267,7 @@ function tpl_metaheaders($alt=true){
'title'=>'Current Namespace',
'href'=>DOKU_BASE.'feed.php?mode=list&ns='.$INFO['namespace']);
if(($ACT == 'show' || $ACT == 'search') && $INFO['writable']){
- $head['link'][] = array( 'rel'=>'alternate', 'type'=>'application/wiki',
+ $head['link'][] = array( 'rel'=>'edit',
'title'=>$lang['btn_edit'],
'href'=> wl($ID,'do=edit',false,'&'));
}