diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-27 04:10:02 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-27 04:10:02 +0000 |
commit | 4d64e9219f3dce5ccdb283e777132c503dd355d6 (patch) | |
tree | 28da02a262c7bbfc8ab9808f7d0c152039da998d | |
parent | afe2268cd18963f75516f7e0ae3320415c7f8882 (diff) | |
download | ampache-4d64e9219f3dce5ccdb283e777132c503dd355d6.tar.gz ampache-4d64e9219f3dce5ccdb283e777132c503dd355d6.tar.bz2 ampache-4d64e9219f3dce5ccdb283e777132c503dd355d6.zip |
fix header so mpd isnt funky
-rw-r--r-- | templates/header.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.inc b/templates/header.inc index 479a26d0..31708101 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -28,7 +28,7 @@ $htmllang = str_replace("_","-",conf('lang')); <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $htmllang; ?>" lang="<?php echo $htmllang; ?>"> <head> <link rel="shortcut icon" href="<?php echo conf('web_path'); ?>/favicon.ico" /> -<meta http-equiv="Content-Style-Type" content="text/html" charset="<?php echo conf('site_charset'); ?>" /> +<meta http-equiv="Content-Type" content="text/html; charset=<?php echo conf('site_charset'); ?>" /> <?php show_template('style'); ?> <title><?php echo conf('site_title'); ?></title> </head> |