diff --git a/mod/hotpot/view.php b/mod/hotpot/view.php index ab9c01324dd..10bfaf26a0f 100644 --- a/mod/hotpot/view.php +++ b/mod/hotpot/view.php @@ -45,8 +45,9 @@ if ($course->category) { $navigation = ''.$course->shortname.' -> '.$navigation; } - $button = update_module_button($cm->id, $course->id, get_string("modulename", "hotpot").'" style="font-size:0.75em;'); - $loggedinas = ''.user_login_string($course, $USER).''; + $button = update_module_button($cm->id, $course->id, get_string("modulename", "hotpot")); + $button = '
'.$button.'
'; + $loggedinas = ''.user_login_string($course, $USER).''; $time = time(); $hppassword = optional_param('hppassword'); if (HOTPOT_FIRST_ATTEMPT && !isteacher($course->id)) {