mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Assignment MDL-22687 removed unmatched div tag that was breaking navigation blocks.
This commit is contained in:
parent
d1bf0c85a9
commit
3a0b9236c8
1 changed files with 0 additions and 1 deletions
|
@ -1407,7 +1407,6 @@ class assignment_base {
|
|||
echo $OUTPUT->help_icon('enableemailnotification', 'assignment').'</p></div>';
|
||||
echo '</div>';
|
||||
echo '<div class="fastgbutton"><input type="submit" name="fastg" value="'.get_string('saveallfeedback', 'assignment').'" /></div>';
|
||||
echo '</div>';
|
||||
echo '</form>';
|
||||
}
|
||||
/// End of fast grading form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue