]> git.mjollnir.org Git - moodle.git/commitdiff
Take out invalid </tr>. While this makes the html valid some work should still be...
authorgustav_delius <gustav_delius>
Sun, 3 Sep 2006 12:23:11 +0000 (12:23 +0000)
committergustav_delius <gustav_delius>
Sun, 3 Sep 2006 12:23:11 +0000 (12:23 +0000)
user/index.php

index 793b3c1d048cd10743708c8ab11ee018da18ef18..8c9334f21feaaefd6686c0879e4bc0be46044583 100644 (file)
         $my_course[$mycourse->id] = $mycourse->shortname;
     }
     popup_form($CFG->wwwroot.'/user/index.php?contextid='.$context->id.'&amp;roleid='.$roleid.'&amp;id=',$my_course,'courseform',$course->id);
-    echo '</td></tr>';
+    echo '</td>';
     
     if ($groupmode == VISIBLEGROUPS or ($groupmode and isteacheredit($course->id))) {
         if ($groups = get_records_menu("groups", "courseid", $course->id, "name ASC", "id,name")) {