From d74a98f238174d03c9a382945a5457514a466772 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Wed, 2 Oct 2024 10:04:31 -0400 Subject: [PATCH] perltidy --- lib/HTTP/BrowserDetect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {