diff --git a/lib/HTTP/BrowserDetect.pm b/lib/HTTP/BrowserDetect.pm index f2f9a8f..7b39af0 100644 --- a/lib/HTTP/BrowserDetect.pm +++ b/lib/HTTP/BrowserDetect.pm @@ -748,7 +748,7 @@ sub _init_core { $browser = 'opera'; $browser_tests->{opera} = 1; } - elsif ($tests->{trident} + elsif ( $tests->{trident} || index( $ua, 'msie' ) != -1 || index( $ua, 'microsoft internet explorer' ) != -1 ) {