Added conditional tag classes
This commit is contained in:
parent
3d4a374115
commit
f59fb3a720
|
@ -1,4 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<!--[if IE 8]><html <?php language_attributes(); ?> class="ie8"><![endif]-->
|
||||||
|
<!--[if lte IE 9]><html <?php language_attributes(); ?> class="ie9"><![endif]-->
|
||||||
<html <?php language_attributes(); ?>>
|
<html <?php language_attributes(); ?>>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||||
|
|
Loading…
Reference in New Issue