fix copy & paste line ending error
This commit is contained in:
parent
130363e9d4
commit
389c634324
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user