From e805f90a7b53d81e6d24504aa7b52e118803fb83 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 8 Nov 2014 12:51:06 +0100 Subject: [PATCH] Correct spelling of Pale Moon Whichbrowser detects Pale Moon as "Palemoon" - that's incorrect and should be "Pale Moon". See also: http://www.palemoon.org/branding.shtml --- libraries/whichbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/whichbrowser.php b/libraries/whichbrowser.php index 8e325a9..4f3f0d9 100644 --- a/libraries/whichbrowser.php +++ b/libraries/whichbrowser.php @@ -5300,7 +5300,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),