mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-34568 mod_quiz: Fixed up whitespace issue
This commit is contained in:
parent
6aa130499b
commit
4b7377847f
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ function quiz_print_question_list($quiz, $pageurl, $allowdelete, $reordertool,
|
||||||
?>
|
?>
|
||||||
<div class="qorder">
|
<div class="qorder">
|
||||||
<?php
|
<?php
|
||||||
echo '<label class="accesshide" for="o' . $question->id . '">' .
|
echo '<label class="accesshide" for="o' . $question->id . '">' .
|
||||||
get_string('questionposition', 'quiz', $qnodisplay) . '</label>';
|
get_string('questionposition', 'quiz', $qnodisplay) . '</label>';
|
||||||
echo '<input type="text" name="o' . $question->id .
|
echo '<input type="text" name="o' . $question->id .
|
||||||
'" id="o' . $question->id . '"' .
|
'" id="o' . $question->id . '"' .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue