From: gbateson Date: Fri, 30 Mar 2007 03:43:00 +0000 (+0000) Subject: fix the display of the special chars keypad (in JCloze and JQuiz) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3ce4a4d12a00ef97cfabfb914365d66911ba5916;p=moodle.git fix the display of the special chars keypad (in JCloze and JQuiz) --- diff --git a/mod/hotpot/template/v6.php b/mod/hotpot/template/v6.php index bd84a4f09e..72886764a5 100644 --- a/mod/hotpot/template/v6.php +++ b/mod/hotpot/template/v6.php @@ -1015,11 +1015,9 @@ class hotpot_xml_quiz_template extends hotpot_xml_template_default { usort($chars, "hotpot_sort_keypad_chars"); // create keypad buttons for each character - $str .= '
'; foreach ($chars as $char) { $str .= ""; } - $str .= '
'; } return $str; }