From: gbateson Date: Sun, 28 Jan 2007 00:25:57 +0000 (+0000) Subject: correct the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=845f45ec19a92d3f09c942a5c330f59da8383d06;p=moodle.git correct the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8) and German (de_utf8) - see mdl-8322 --- 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', '');