Skip to content
Snippets Groups Projects
Commit a2c734d5 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use more compatible Universal Edit Button header FS#1628

Ignore-this: 6de5e7e1ea10540114cc784c0e10c5c6

Replaces the old rel

darcs-hash:20090410190310-7ad00-17320fded7b2590efe9c67a22533b776a788803b.gz
parent bbead83c
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,7 @@ function tpl_metaheaders($alt=true){ ...@@ -267,7 +267,7 @@ function tpl_metaheaders($alt=true){
'title'=>'Current Namespace', 'title'=>'Current Namespace',
'href'=>DOKU_BASE.'feed.php?mode=list&ns='.$INFO['namespace']); 'href'=>DOKU_BASE.'feed.php?mode=list&ns='.$INFO['namespace']);
if(($ACT == 'show' || $ACT == 'search') && $INFO['writable']){ if(($ACT == 'show' || $ACT == 'search') && $INFO['writable']){
$head['link'][] = array( 'rel'=>'alternate', 'type'=>'application/wiki', $head['link'][] = array( 'rel'=>'edit',
'title'=>$lang['btn_edit'], 'title'=>$lang['btn_edit'],
'href'=> wl($ID,'do=edit',false,'&')); 'href'=> wl($ID,'do=edit',false,'&'));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment