MDL-16553 Assignment, student view: whitespace fix

This commit is contained in:
Eloy Lafuente (stronk7)
2011-10-10 13:12:18 +02:00
parent e1b4fa3029
commit a89aa3131b
@@ -92,7 +92,7 @@ class assignment_upload extends assignment_base {
}
if ($grade->grade === null and empty($grade->str_feedback)) { // No grades to show yet
if ($this->count_responsefiles($USER->id)) { // but possibly response files to show
if ($this->count_responsefiles($USER->id)) { // but possibly response files to show
print_heading(get_string('responsefiles', 'assignment', $this->course->teacher), '', 3);
$responsefiles = $this->print_responsefiles($USER->id, true);
print_simple_box($responsefiles, 'center');