diff --git a/mod/hotpot/view.php b/mod/hotpot/view.php index e75349d49083b..23fadb2106424 100644 --- a/mod/hotpot/view.php +++ b/mod/hotpot/view.php @@ -269,7 +269,7 @@ print $footer; break; - case 'main'; + case 'main': if (!empty($available_msg)) { $hp->insert_message('', $available_msg); } @@ -295,7 +295,7 @@ case HOTPOT_NAVIGATION_IFRAME: switch ($frameset) { - case 'main'; + case 'main': print $hp->html; break;