Skip to content

Commit

Permalink
Merge pull request roots#873 from kevinlisota/patch-1
Browse files Browse the repository at this point in the history
Change IE conditional statement so alert appears on IE7
  • Loading branch information
retlehs committed Sep 11, 2013
2 parents e38385c + f413eb4 commit b718619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php get_template_part('templates/head'); ?>
<body <?php body_class(); ?>>

<!--[if lt IE 7]><div class="alert alert-warning"><?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'roots'); ?></div><![endif]-->
<!--[if lt IE 8]><div class="alert alert-warning"><?php _e('You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.', 'roots'); ?></div><![endif]-->

<?php
do_action('get_header');
Expand Down

0 comments on commit b718619

Please sign in to comment.