From: danmarsden Date: Wed, 24 Oct 2007 21:27:26 +0000 (+0000) Subject: MDL-11397 bug with IE 6 not displaying anonymous results correctly. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=41daad7675532236aee4d34b73fc285c91f55719;p=moodle.git MDL-11397 bug with IE 6 not displaying anonymous results correctly. - also fix for XHTML Strict. --- diff --git a/mod/choice/lib.php b/mod/choice/lib.php index 3925714c77..5c36cee124 100644 --- a/mod/choice/lib.php +++ b/mod/choice/lib.php @@ -226,7 +226,7 @@ function choice_show_form($choice, $user, $cm) { echo ""; if ($choice->allowupdate && $aaa = get_record('choice_answers', 'choiceid', $choice->id, 'userid', $user->id)) { - echo "
".get_string("removemychoice","choice").""; + echo "
".get_string("removemychoice","choice").""; } } else { @@ -531,7 +531,7 @@ function choice_show_results($choice, $course, $cm, $forcepublish='') { if ($maxcolumn) { $height = $COLUMN_HEIGHT * ((float)$column[$optionid] / (float)$maxcolumn); } - echo ""; + echo ""; echo "\"\""; echo ""; $count++;