diff options
Diffstat (limited to 'lib/tpl/default/mediaedit.php')
-rw-r--r-- | lib/tpl/default/mediaedit.php | 3 |
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> - |