From 8bc93dfa68ade4e88ade604ba81f5932a8251fc5 Mon Sep 17 00:00:00 2001 From: gbateson Date: Sun, 28 Jan 2007 00:11:06 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)) {