diff --git wp-content/themes/twentyfourteen/header.php wp-content/themes/twentyfourteen/header.php
index 6ff4b39..5f45c14 100644
|
|
|
10 | 10 | */ |
11 | 11 | ?><!DOCTYPE html> |
12 | 12 | <!--[if IE 7]> |
13 | | <html class="ie ie7" <?php language_attributes(); ?> class="no-js"> |
| 13 | <html class="ie ie7" <?php language_attributes(); ?>> |
14 | 14 | <![endif]--> |
15 | 15 | <!--[if IE 8]> |
16 | | <html class="ie ie8" <?php language_attributes(); ?> class="no-js"> |
| 16 | <html class="ie ie8" <?php language_attributes(); ?>> |
17 | 17 | <![endif]--> |
18 | 18 | <!--[if !(IE 7) | !(IE 8) ]><!--> |
19 | | <html <?php language_attributes(); ?> class="no-js"> |
| 19 | <html <?php language_attributes(); ?>> |
20 | 20 | <!--<![endif]--> |
21 | 21 | <head> |
22 | 22 | <meta charset="<?php bloginfo( 'charset' ); ?>"> |