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

git-svn-id: https://develop.svn.wordpress.org/trunk@13565 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-03-03 00:19:18 +00:00
parent 08bee6b6db
commit 43b89c9db5
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" />