Skip to content

Commit

Permalink
perltidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 2, 2024
1 parent 022949a commit 2aad812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HTTP/BrowserDetect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {

Expand Down

0 comments on commit 2aad812

Please sign in to comment.