summaryrefslogtreecommitdiff
path: root/lib/tpl/default/mediaedit.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-03-04 17:41:19 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-03-04 17:41:19 +0100
commit2c5c33084b359f89e534423a600774972e9d84d3 (patch)
tree61463f8074bc5e6a76810c9c9f219d3fcbe64bb1 /lib/tpl/default/mediaedit.php
parent1ca31cfe69e2d10cce65c4323eb652b355f4c904 (diff)
downloadrpg-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 'lib/tpl/default/mediaedit.php')
-rw-r--r--lib/tpl/default/mediaedit.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/tpl/default/mediaedit.php b/lib/tpl/default/mediaedit.php
index 66d40ad5e..a533a5f1e 100644
--- a/lib/tpl/default/mediaedit.php
+++ b/lib/tpl/default/mediaedit.php
@@ -16,8 +16,8 @@
?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="ltr">
<head>
- <title><?php echo hsc($lang['mediaselect'])?> [<?php echo hsc($conf['title'])?>]</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <title><?php echo hsc($lang['mediaselect'])?> [<?php echo hsc($conf['title'])?>]</title>
<?php tpl_metaheaders()?>
@@ -85,4 +85,3 @@
</div>
</body>
</html>
-