mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Assignment MDL-22265 - fix missing </a> - thanks Patrick!
This commit is contained in:
parent
e7983475fd
commit
daca72eb25
@ -1209,7 +1209,7 @@ class assignment_base {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if ($this->assignment->assignmenttype=='upload' || $this->assignment->assignmenttype=='online' || $this->assignment->assignmenttype=='uploadsingle') {
|
if ($this->assignment->assignmenttype=='upload' || $this->assignment->assignmenttype=='online' || $this->assignment->assignmenttype=='uploadsingle') {
|
||||||
echo '<div style="text-align:right"><a href="submissions.php?id='.$this->cm->id.'&download=zip">'.get_string('downloadall', 'assignment').'</div>';
|
echo '<div style="text-align:right"><a href="submissions.php?id='.$this->cm->id.'&download=zip">'.get_string('downloadall', 'assignment').'</a></div>';
|
||||||
}
|
}
|
||||||
/// Construct the SQL
|
/// Construct the SQL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user