MDL-85170 mod_choice: Remove the unnecessary ul closing tag

This commit is contained in:
Amaia Anabitarte
2025-04-11 17:15:18 +02:00
parent e3b05240c1
commit f4e0bf6b50
-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;