mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-71128-311' of git://github.com/paulholden/moodle into MOODLE_311_STABLE
This commit is contained in:
commit
033c5fd4ff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue