Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/add-x-ua-compatible.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

function bsg_x_ua_compatible() {
?>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php
}
24 changes: 12 additions & 12 deletions lib/ie-conditional-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

function bsg_conditional_comments() {
?>
<!doctype html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" dir="ltr" lang="en-US"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" dir="ltr" lang="en-US"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" dir="ltr" lang="en-US"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" dir="ltr" lang="en-US"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" dir="ltr" lang="en-US"><!--<![endif]-->
<?php /*
// add IE conditional comments to html element
// http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
*/ ?>
<head profile="http://gmpg.org/xfn/11">
<meta charset="UTF-8" />
<!doctype html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" dir="ltr" lang="en-US"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" dir="ltr" lang="en-US"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" dir="ltr" lang="en-US"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" dir="ltr" lang="en-US"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" dir="ltr" lang="en-US"><!--<![endif]-->
<?php /*
// add IE conditional comments to html element
// http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
*/ ?>
<head profile="http://gmpg.org/xfn/11">
<meta charset="UTF-8" />
<?php
}