summaryrefslogtreecommitdiff
path: root/plugins/MobileProfile
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MobileProfile')
-rw-r--r--plugins/MobileProfile/MobileProfilePlugin.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php
index 117e0aae6..3f3d10261 100644
--- a/plugins/MobileProfile/MobileProfilePlugin.php
+++ b/plugins/MobileProfile/MobileProfilePlugin.php
@@ -158,7 +158,8 @@ class MobileProfilePlugin extends WAP20Plugin
}
- function onStartShowHeadElements($action) {
+ function onStartShowHeadElements($action)
+ {
if (!$action->serveMobile) {
return true;
}
@@ -172,7 +173,8 @@ class MobileProfilePlugin extends WAP20Plugin
}
- function onStartShowStatusNetStyles($action) {
+ function onStartShowStatusNetStyles($action)
+ {
if (!$action->serveMobile) {
return true;
}