MDL-16553 Assignment, student view: whitespace fix
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user