From 8d1edac412e24778ef27fe4f3ce6996b22828576 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 15 Apr 2005 22:03:11 +0000 Subject: [PATCH] * Apparently version 4 exists as well, attempting to catch it.. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4c9c56fc7b..62f8a50556 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1141,7 +1141,7 @@ $wgBrowserBlackList = array( * @link http://en.wikipedia.org/w/index.php?title=User%3A%C6var_Arnfj%F6r%F0_Bjarmason%2Ftestme&diff=12356041&oldid=12355864 * @link http://en.wikipedia.org/wiki/Template%3AOS9 */ - "/Mozilla\/4\.0 \(compatible; MSIE 5\.\d+; Mac_PowerPC\)/" + "/Mozilla\/4\.0 \(compatible; MSIE \d+\.\d+; Mac_PowerPC\)/" ); /** -- 2.20.1