Stop output after showing header

This commit is contained in:
Sarven Capadisli 2009-10-04 21:37:24 +00:00
parent d001c5f4b1
commit 3c9f177c03
1 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,8 @@ class MobileProfilePlugin extends WAP20Plugin
$action->showAnonymousMessage();
}
$action->elementEnd('div');
return false;
}