Commit a49a4eab authored by Fred Drake's avatar Fred Drake

Add "term" to AUTOCLOSE.

parent d1dbf633
......@@ -127,7 +127,7 @@ def xml_convert(ifp, ofp, autoclose):
return do_convert(ifp, ofp, xml=1, autoclose=autoclose)
AUTOCLOSE = ("para",)
AUTOCLOSE = ("para", "term",)
def main():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment