mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
fixed some small typos I introduced.
This commit is contained in:
parent
0e4c5b5210
commit
552d35c187
@ -117,7 +117,7 @@ if ($mform->is_cancelled()){
|
||||
$strediting = '<a href="' . $returnurl . '">' . get_string('editingquiz', 'quiz') . '</a> -> '.
|
||||
$streditingquestion;
|
||||
} else {
|
||||
$strediting = '<a href="edit.php?courseid='.$course->id.'">'.
|
||||
$strediting = '<a href="edit.php?courseid='.$category->course.'">'.
|
||||
get_string("editquestions", "quiz").'</a> -> '.$streditingquestion;
|
||||
}
|
||||
print_header_simple($streditingquestion, '', $strediting);
|
||||
@ -126,6 +126,6 @@ if ($mform->is_cancelled()){
|
||||
// for this question type.
|
||||
$QTYPES[$question->qtype]->display_question_editing_page(&$mform, $question, $wizardnow);
|
||||
|
||||
print_footer($course);
|
||||
print_footer($COURSE);
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user