From 5fa1dcdb43378b60578f1910e152a9ea478eed7e Mon Sep 17 00:00:00 2001 From: danmarsden Date: Wed, 24 Oct 2007 21:33:16 +0000 Subject: [PATCH] MDL-11397 bug with IE 6 not displaying anonymous results correctly. merged from HEAD --- mod/choice/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/lib.php b/mod/choice/lib.php index e93873d3308..c5dcfb8a36c 100644 --- a/mod/choice/lib.php +++ b/mod/choice/lib.php @@ -515,7 +515,7 @@ function choice_show_results($choice, $course, $cm, $forcepublish='') { if ($maxcolumn) { $height = $COLUMN_HEIGHT * ((float)$column[$optionid] / (float)$maxcolumn); } - echo ""; + echo ""; echo "\"\""; echo ""; $count++;