Merge from STABLE:

XHTML fix, pointed out by James Ballard here:
http://moodle.org/mod/forum/discuss.php?d=35830

(Also just found out it's bug 4451)
This commit is contained in:
defacer
2005-12-07 15:01:02 +00:00
parent 4e0793d598
commit ccfa3918de
+1 -1
View File
@@ -127,7 +127,7 @@ class block_admin extends block_list {
$this->content->icons[]='<img src="'.$CFG->pixpath.'/i/users.gif" height="16" width="16" alt="" />';
} else {
$this->content->items[]='<a href="importstudents.php?id='.$this->instance->pageid.'">'.$course->students.'</a>';
$this->content->icons[]='<img src="'.$CFG->pixpath.'/i/users.gif" height="16" width="16" alt="">';
$this->content->icons[]='<img src="'.$CFG->pixpath.'/i/users.gif" height="16" width="16" alt="" />';
}
if ($course->groupmode || !$course->groupmodeforce) {
$strgroups = get_string('groups');