Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 544c738

Browse files
committed
Exit multiple choice with </choices>.
1 parent 6123e82 commit 544c738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/mchoice/multiplechoice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def visit_answers_bullet_xml(self, node):
410410

411411

412412
def depart_answers_bullet_xml(self, node):
413-
self.output.append("</choice>")
413+
self.output.append("</choices>")
414414

415415

416416
# Write out the special attributes needed by the ``<li>`` tag.

0 commit comments

Comments
 (0)