fix copy & paste line ending error

This commit is contained in:
Greg Weber 2011-08-31 05:38:20 -07:00
parent 130363e9d4
commit 389c634324

View File

@ -1,10 +1,10 @@
\<!doctype html>M
\<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->^M
\<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->^M
\<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->^M
\<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->^M
\<!doctype html>
\<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
\<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
\<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
\<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
\<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en" class="no-js"><!--<![endif]-->^M
<html lang="en" class="no-js"><!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">