From 3402a6f345e6868e81d2ac9c1d6b2bf7ed24189c Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 21 Dec 2006 07:50:19 +0000 Subject: [PATCH] MDL-7861, broken xhtml --- mod/choice/lib.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mod/choice/lib.php b/mod/choice/lib.php index b74958b4cf..969064d75d 100644 --- a/mod/choice/lib.php +++ b/mod/choice/lib.php @@ -397,7 +397,7 @@ function choice_show_results($choice, $course, $cm, $forcepublish='') { if (!($optionid==0 && has_capability('mod/choice:readresponses', $context, $user->id))) { // make sure admins and hidden teachers are not shown in not answered yet column. echo ""; if (has_capability('mod/choice:readresponses', $context) && $optionid!=0) { - echo ''; + echo ''; } echo ""; print_user_picture($user->id, $course->id, $user->picture); @@ -440,11 +440,11 @@ function choice_show_results($choice, $course, $cm, $forcepublish='') { echo ""; $count++; } + echo ""; /// Print "Select all" etc. if (has_capability('mod/choice:readresponses', $context)) { - echo '

'; - echo ''; + echo ''; echo ''.get_string('selectall', 'quiz').' / '; echo ''.get_string('selectnone', 'quiz').' '; echo '  '; @@ -453,10 +453,10 @@ function choice_show_results($choice, $course, $cm, $forcepublish='') { echo ''; echo ''; - echo '

'; + echo ''; } - echo ""; + echo ""; if (has_capability('mod/choice:readresponses', $context)) { echo ""; } -- 2.39.5