Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Merge pull request #30 from wolfbeast/master
Browse files Browse the repository at this point in the history
Correct spelling of Pale Moon
  • Loading branch information
NielsLeenheer committed May 31, 2015
2 parents 2bb4339 + e805f90 commit 06e1ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/whichbrowser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5628,7 +5628,7 @@ function analyseUserAgent($ua) {
array('name' => 'Orca', 'regexp' => '/Orca\/([0-9.]*)/u'),
array('name' => 'Origyn', 'regexp' => '/Origyn Web Browser/u'),
array('name' => 'Otter', 'regexp' => '/Otter Browser\/([0-9.]*)/u'),
array('name' => 'Palemoon', 'regexp' => '/Pale[mM]oon\/([0-9.]*)/u'),
array('name' => 'Pale Moon', 'regexp' => '/Pale[mM]oon\/([0-9.]*)/u'),
array('name' => 'Phantom', 'regexp' => '/Phantom\/V([0-9.]*)/u'),
array('name' => 'Polaris', 'regexp' => '/Polaris[\/ ]v?([0-9.]*)/iu', 'details' => 2),
array('name' => 'Polaris', 'regexp' => '/POLARIS([0-9.]+)/u', 'details' => 2),
Expand Down

0 comments on commit 06e1ec0

Please sign in to comment.