minor xhtml fix

This commit is contained in:
skodak
2006-11-30 09:32:46 +00:00
parent 4eb777c2b7
commit 7203167d35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2441,7 +2441,7 @@ class admin_setting_special_coursemanager extends admin_setting {
} else {
$return .= '<br />';
}
$return .= '<input type="checkbox" name="s_'.$this->name.'['.$roleid.']" value="1" '.$checked.'>&nbsp;'.$role->name;
$return .= '<input type="checkbox" name="s_'.$this->name.'['.$roleid.']" value="1" '.$checked.' />&nbsp;'.$role->name;
}
$return .= '</div>';
}