File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ const Root = React.createClass({
4646
4747 let head = {
4848 __html : `<title>React Bootstrap</title>
49- <meta http-equiv=' X-UA-Compatible' content=' IE=edge' / >
50- <meta name=' viewport' content=' width=device-width, initial-scale=1.0' / >
51- <link href=' ${ this . props . assetBaseUrl } /assets/bundle.css' rel=' stylesheet' / >
52- <link href=' ${ this . props . assetBaseUrl } /assets/favicon.ico' type=' image/x-icon' rel=' icon' / >
49+ <meta http-equiv=" X-UA-Compatible" content=" IE=edge" >
50+ <meta name=" viewport" content=" width=device-width, initial-scale=1.0" >
51+ <link href=" ${ this . props . assetBaseUrl } /assets/bundle.css" rel=" stylesheet" >
52+ <link href=" ${ this . props . assetBaseUrl } /assets/favicon.ico" type=" image/x-icon" rel=" icon" >
5353 <!--[if lt IE 9]>
54- <script src=' https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js' ></script>
55- <script src=' https://oss.maxcdn.com/respond/1.4.2/respond.min.js' ></script>
56- <script src=' http://code.jquery.com/jquery-1.11.1.min.js' ></script>
57- <script src=' http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js' ></script>
58- <script src=' http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js' ></script>
54+ <script src=" https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" ></script>
55+ <script src=" https://oss.maxcdn.com/respond/1.4.2/respond.min.js" ></script>
56+ <script src=" http://code.jquery.com/jquery-1.11.1.min.js" ></script>
57+ <script src=" http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js" ></script>
58+ <script src=" http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js" ></script>
5959 <![endif]-->`
6060 } ;
6161
You can’t perform that action at this time.
0 commit comments