Changeset 2209
- Timestamp:
- 12/18/2015 10:36:26 PM (10 years ago)
- File:
-
- 1 edited
-
sites/trunk/browsehappy.com/public_html/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/index.php
r1364 r2209 1 1 <!DOCTYPE html> 2 2 3 <!--[if lt IE 7 ]> <html lang="en"class="no-js ie6"> <![endif]-->4 <!--[if IE 7 ]> <html lang="en"class="no-js ie7"> <![endif]-->5 <!--[if IE 8 ]> <html lang="en"class="no-js ie8"> <![endif]-->6 <!--[if IE 9 ]> <html lang="en"class="no-js ie9"> <![endif]-->7 <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"class="no-js"> <!--<![endif]-->3 <!--[if lt IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie6"> <![endif]--> 4 <!--[if IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie7"> <![endif]--> 5 <!--[if IE 8 ]> <html <?php language_attributes(); ?> class="no-js ie8"> <![endif]--> 6 <!--[if IE 9 ]> <html <?php language_attributes(); ?> class="no-js ie9"> <![endif]--> 7 <!--[if (gt IE 9)|!(IE)]><!--> <html <?php language_attributes(); ?> class="no-js"> <!--<![endif]--> 8 8 9 9 <head>
Note: See TracChangeset
for help on using the changeset viewer.