Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit c7bb7ff

Browse files
committed
fix(app): update browsehappy conditional comment
Ref 7c6f245
1 parent e792915 commit c7bb7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/app/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- endbuild -->
1616
</head>
1717
<body ng-app="<%= scriptAppName %>">
18-
<!--[if lt IE 7]>
18+
<!--[if lte IE 8]>
1919
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
2020
<![endif]-->
2121

0 commit comments

Comments
 (0)