From d8f2f5e6a07219f451ec0072bbbe180f53eaafae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sun, 9 Nov 2025 02:02:37 +0100 Subject: [PATCH] MDL-87142 question: dropdown-toggle class for question format select --- .../viewquestiontext/templates/question_text_format.mustache | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/question/bank/viewquestiontext/templates/question_text_format.mustache b/public/question/bank/viewquestiontext/templates/question_text_format.mustache index 1eef659de58..2db4ef4fb48 100644 --- a/public/question/bank/viewquestiontext/templates/question_text_format.mustache +++ b/public/question/bank/viewquestiontext/templates/question_text_format.mustache @@ -41,7 +41,7 @@ - {{#options}} {{/options}} @@ -53,4 +53,5 @@ require(['qbank_viewquestiontext/question_text_format'], QuestionTextFormat => { QuestionTextFormat.init('questionscontainer'); }); -{{/js}} \ No newline at end of file +{{/js}} +