Minor adjustment to indenting
This commit is contained in:
parent
ef7e4cb72d
commit
3ee1af9aaa
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user