From 3ce4a4d12a00ef97cfabfb914365d66911ba5916 Mon Sep 17 00:00:00 2001 From: gbateson Date: Fri, 30 Mar 2007 03:43:00 +0000 Subject: [PATCH] fix the display of the special chars keypad (in JCloze and JQuiz) --- mod/hotpot/template/v6.php | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.39.5