Skip to content

Commit

Permalink
Take out invalid </tr>. While this makes the html valid some work sho…
Browse files Browse the repository at this point in the history
…uld still be done on the layout of this.
  • Loading branch information
gustav_delius committed Sep 3, 2006
1 parent 4508fdd commit eb9b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
}
//choose_from_menu($my_course, 'id', $course->id, '', 'courseform.submit()');
popup_form($CFG->wwwroot.'/user/index.php?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")) {
Expand Down

0 comments on commit eb9b7f1

Please sign in to comment.