Use a short HTML5-style charset declaration in twentyten, props demetris. See #12483

git-svn-id: http://svn.automattic.com/wordpress/trunk@13565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-03-03 00:19:18 +00:00
parent 7cafb3f959
commit 2d85143b5e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<title><?php
if ( is_single() ) {
single_post_title(); echo ' | '; bloginfo('name');
@ -17,8 +19,6 @@
}
?></title>
<meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
<link rel="stylesheet" type="text/css" media="print" href="<?php bloginfo('stylesheet_directory'); ?>/print.css" />