mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
Merge branch 'MDL-71128' of git://github.com/paulholden/moodle
This commit is contained in:
commit
f72cc98503
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user