Skip to content

Commit

Permalink
Adding missing ie11 - thanks for suggestion @oliver
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jan 7, 2014
1 parent a8ef627 commit c5154c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/UserAgentParser/UserAgentParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class UserAgentParser

// IE (including shells: Acoo, AOL, Avant, Crazy Browser, Green Browser, KKMAN, Maxathon)
'msie' => 'IE',
'trident' => 'IE',
'microsoft internet explorer' => 'IE',
'internet explorer' => 'IE',

Expand Down

0 comments on commit c5154c6

Please sign in to comment.