Merge branch 'MDL-71128-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
This commit is contained in:
@@ -2137,7 +2137,7 @@ function quiz_question_tostring($question, $showicon = false, $showquestiontext
|
||||
if ($showidnumber && $question->idnumber !== null && $question->idnumber !== '') {
|
||||
$result .= ' ' . html_writer::span(
|
||||
html_writer::span(get_string('idnumber', 'question'), 'accesshide') .
|
||||
' ' . $question->idnumber, 'badge badge-primary');
|
||||
' ' . s($question->idnumber), 'badge badge-primary');
|
||||
}
|
||||
|
||||
// Question tags.
|
||||
|
||||
Reference in New Issue
Block a user