diff options
author | Brion Vibber <brion@pobox.com> | 2010-05-06 21:29:04 +0000 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-05-06 21:29:04 +0000 |
commit | 5996d80c0918001f5c69f8d52681fc16aa003297 (patch) | |
tree | 1f759e161daa46756e0d90097192b20a1c3cd3b4 /plugins | |
parent | b50f300566143837aba3739d62caf679ec19727e (diff) |
Ticket #2184: recognize Palm Pre / WebOS browsers for MobileProfile
One-line addition of 'webos' to the keywords list.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MobileProfile/MobileProfilePlugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 1c61b4fe5..a3dc4de46 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -138,6 +138,7 @@ class MobileProfilePlugin extends WAP20Plugin 'vodafone', 'wap1', 'wap2', + 'webos', 'windows ce' ); |