diff options
-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> |