Created
June 11, 2013 19:21
-
-
Save zhannes/5759815 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
/[if lt IE 7] | |
| <html class="ie ie6 lt-ie9 lt-ie8 lt-ie7"> | |
/[if IE 7] | |
| <html class="ie ie7 lt-ie9 lt-ie8"> | |
/[if IE 8] | |
| <html class="ie ie8 lt-ie9"> | |
/[if IE 9] | |
| <html class="ie ie9"> | |
| <!--[if (gte IE 9)|!(IE)]<!--> | |
html | |
| <!--<![endif]--> | |
head |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment