From: vyshane Date: Wed, 20 Dec 2006 02:38:10 +0000 (+0000) Subject: Fixed xhtml issues. MDL-7861. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6e6014aea19ab03fa05c1d788cd35ac60ec3790b;p=moodle.git Fixed xhtml issues. MDL-7861. --- diff --git a/course/report/participation/index.php b/course/report/participation/index.php index 5daee93f99..e71c0acfb8 100644 --- a/course/report/participation/index.php +++ b/course/report/participation/index.php @@ -152,7 +152,7 @@ $baseurl = $CFG->wwwroot.'/course/report/participation/index.php?id='.$course->id.'&roleid=' .$roleid.'&instanceid='.$instanceid.'&timefrom='.$timefrom.'&moduleid=' - .$moduleid.'&action='.$action.'&perpage='.$perpage; + .$moduleid.'&action='.$action.'&perpage='.$perpage; // from here assume we have at least the module we're using. @@ -334,7 +334,7 @@ function checknos() { echo ''; foreach ($users as $u) { - $data = array(''.fullname($u,true).'', + $data = array(''.fullname($u,true).'', ((!empty($u->count)) ? get_string('yes').' ('.$u->count.') ' : get_string('no')), '', ); @@ -359,10 +359,10 @@ function checknos() { $displaylist['messageselect.php'] = get_string('messageselectadd'); choose_from_menu ($displaylist, "formaction", "", get_string("withselectedusers"), "if(checksubmit(this.form))this.form.submit();", ""); helpbutton("participantswithselectedusers", get_string("withselectedusers")); - echo ''; echo ''; } print_footer(); -?> +?> \ No newline at end of file