MDL-85170 mod_choice: Remove the unnecessary ul closing tag

This commit is contained in:
Amaia Anabitarte
2025-04-16 15:12:37 +02:00
committed by Sara Arjona
parent 788900f048
commit 3d27fbc77d
-1
View File
@@ -104,7 +104,6 @@ class mod_choice_renderer extends plugin_renderer_base {
}
}
$html .= html_writer::end_tag('ul');
$html .= html_writer::end_tag('form');
return $html;