diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-03-04 17:41:19 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-03-04 17:41:19 +0100 |
commit | 2c5c33084b359f89e534423a600774972e9d84d3 (patch) | |
tree | 61463f8074bc5e6a76810c9c9f219d3fcbe64bb1 /inc | |
parent | 1ca31cfe69e2d10cce65c4323eb652b355f4c904 (diff) | |
download | rpg-2c5c33084b359f89e534423a600774972e9d84d3.tar.gz rpg-2c5c33084b359f89e534423a600774972e9d84d3.tar.bz2 |
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
Diffstat (limited to 'inc')
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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('</head>'); ptln('<body>'); - ptln('<div class="dokuwiki">'); + ptln('<div class="dokuwiki export">'); print p_wiki_xhtml($ID,$REV,false); ptln('</div>'); ptln('</body>'); |