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:
parent
08bee6b6db
commit
43b89c9db5
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user