Ticket #14226: 14226.patch
| File 14226.patch, 1.0 KB (added by peaceablewhale, 2 years ago) |
|---|
-
wp-content/themes/twentyeleven/header.php
19 19 <html id="ie8" <?php language_attributes(); ?>> 20 20 <![endif]--> 21 21 <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> 22 <html <?php language_attributes(); ?>>22 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 23 23 <!--<![endif]--> 24 24 <head> 25 25 <meta charset="<?php bloginfo( 'charset' ); ?>" /> -
wp-content/themes/twentyten/header.php
9 9 * @since Twenty Ten 1.0 10 10 */ 11 11 ?><!DOCTYPE html> 12 <html <?php language_attributes(); ?>>12 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 13 13 <head> 14 14 <meta charset="<?php bloginfo( 'charset' ); ?>" /> 15 15 <title><?php
