Skip to content

Commit c39dfa4

Browse files
committed
Minor - Fix missing description
1 parent daab628 commit c39dfa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/admin/questions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
$question->questionData .= '<br />'.$exerciseData;
148148
} else {
149149
// Question exists but it's orphan or it belongs to a deleted exercise
150-
$question->questionData = Display::url(
150+
$question->questionData .= Display::url(
151151
Display::return_icon('edit.png', get_lang('Edit')),
152152
$urlExercise.http_build_query([
153153
'cidReq' => $courseCode,

0 commit comments

Comments
 (0)