Commit 936eb10888e15ff51d7f78152912c3e40df9bd03
1 parent
917e0a15
Exists in
master
and in
8 other branches
Remove IE8< check
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/index.html
1 | 1 | <!doctype html> |
2 | -<!--[if lt IE 7]> <html lang="pt-br" ng-app="dialoga" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
3 | -<!--[if IE 7]> <html lang="pt-br" ng-app="dialoga" class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
4 | 2 | <!--[if IE 8]> <html lang="pt-br" ng-app="dialoga" class="no-js lt-ie9"> <![endif]--> |
5 | 3 | <!--[if gt IE 8]><!--> <html class="no-js" lang="pt-br" ng-app="dialoga"> <!--<![endif]--> |
6 | 4 | <head> | ... | ... |