From 845f45ec19a92d3f09c942a5c330f59da8383d06 Mon Sep 17 00:00:00 2001 From: gbateson Date: Sun, 28 Jan 2007 00:25:57 +0000 Subject: [PATCH] correct the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8) and German (de_utf8) - see mdl-8322 --- mod/hotpot/view.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/hotpot/view.php b/mod/hotpot/view.php index 268d7f27bd..9e31573706 100644 --- a/mod/hotpot/view.php +++ b/mod/hotpot/view.php @@ -46,7 +46,8 @@ if ($course->id != SITEID) { $navigation = 'frametarget.' href="'.$CFG->wwwroot.'/course/view.php?id='.$course->id.'">'.$course->shortname.' -> '.$navigation; } - $button = update_module_button($cm->id, $course->id, get_string("modulename", "hotpot").'" style="font-size:0.75em;'); + $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', ''); -- 2.39.5