summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorTim Weber <dokuwiki.bugs@scytale.de>2006-02-28 21:35:50 +0100
committerTim Weber <dokuwiki.bugs@scytale.de>2006-02-28 21:35:50 +0100
commit4f2e0004f1a19ed841320c7eeac55a1f9fd48c5e (patch)
tree81019b54dc673308258b37702b250fa6d5d92347 /inc
parent24a33b42ae28709c5ef59638ddd1189329d176db (diff)
downloadrpg-4f2e0004f1a19ed841320c7eeac55a1f9fd48c5e.tar.gz
rpg-4f2e0004f1a19ed841320c7eeac55a1f9fd48c5e.tar.bz2
export_html instead of _xhtml in template.php FS#728
darcs-hash:20060228203550-565ca-39181e82452bd13cd490dd9eba722cdfca7087c1.gz
Diffstat (limited to 'inc')
-rw-r--r--inc/template.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/template.php b/inc/template.php
index db039e3db..de307b7f9 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -177,12 +177,12 @@ function tpl_metaheaders($alt=true){
if($alt){
ptln('<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="'.DOKU_BASE.'feed.php" />',$it);
ptln('<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="'.DOKU_BASE.'feed.php?mode=list&amp;ns='.$INFO['namespace'].'" />',$it);
- ptln('<link rel="alternate" type="text/html" title="Plain HTML" href="'.wl($ID,'do=export_html').'" />',$it);
+ ptln('<link rel="alternate" type="text/html" title="Plain HTML" href="'.wl($ID,'do=export_xhtml').'" />',$it);
ptln('<link rel="alternate" type="text/plain" title="Wiki Markup" href="'.wl($ID, 'do=export_raw').'" />',$it);
}
// setup robot tags apropriate for different modes
- if( ($ACT=='show' || $ACT=='export_html') && !$REV){
+ if( ($ACT=='show' || $ACT=='export_xhtml') && !$REV){
if($INFO['exists']){
ptln('<meta name="date" content="'.date('Y-m-d\TH:i:sO',$INFO['lastmod']).'" />',$it);
//delay indexing: