Skip to content

Commit a3ad8e0

Browse files
committed
Merge branch 'dev' of https://github.com/maths/moodle-qtype_stack into iss1521
2 parents bc96898 + d21eb12 commit a3ad8e0

20 files changed

Lines changed: 518 additions & 37 deletions

adminui/caschat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
$questionxmllink,
227227
stack_string('editxml'),
228228
['class' => 'nav-link']
229-
);
229+
);
230230
echo html_writer::tag('nav', implode(' ', $links), ['class' => 'nav']);
231231
}
232232
echo $OUTPUT->heading($title);

questiontestrun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
$questionxmllink,
140140
stack_string('editxml'),
141141
['class' => 'nav-link']
142-
);
142+
);
143143
$links[] = html_writer::link(
144144
$questionbanklink,
145145
stack_string('seethisquestioninthequestionbank'),

0 commit comments

Comments
 (0)