From 85f8705cf54290c91c7420a7530c8e0f9dc3fa22 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 4 Mar 2006 21:47:48 +0100 Subject: added missing doctype and title for export_html darcs-hash:20060304204748-d5083-c03783b7c736f039058ccd7150417c17fbe3265f.gz --- inc/actions.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/inc/actions.php b/inc/actions.php index 3004c04fb..eaf0c268e 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -277,9 +277,16 @@ function act_export($act){ // html export #FIXME what about the template's style? if($act == 'export_xhtml'){ + global $conf; + global $lang; header('Content-Type: text/html; charset=utf-8'); - ptln(''); + ptln(''); + ptln(''); ptln(''); + ptln(' '); + ptln(' '.$ID.''); tpl_metaheaders(); ptln(''); ptln(''); -- cgit v1.2.3