From 2c5c33084b359f89e534423a600774972e9d84d3 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 4 Mar 2006 17:41:19 +0100 Subject: move content-type meta header above title tag This is recommended here: http://www.joelonsoftware.com/articles/Unicode.html darcs-hash:20060304164119-7ad00-f7da3e6edeefb8dcfc907bf28b51379d7b31689e.gz --- inc/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/actions.php b/inc/actions.php index ce201e60e..3004c04fb 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -283,7 +283,7 @@ function act_export($act){ tpl_metaheaders(); ptln(''); ptln(''); - ptln('
'); + ptln('
'); print p_wiki_xhtml($ID,$REV,false); ptln('
'); ptln(''); -- cgit v1.2.3