From a49a4eabbf10092af2e565cd11d450ba098ad3c1 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 22 Jan 1999 22:48:24 +0000 Subject: [PATCH] Add "term" to AUTOCLOSE. --- Doc/tools/sgmlconv/esis2sgml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/sgmlconv/esis2sgml.py b/Doc/tools/sgmlconv/esis2sgml.py index 002967a246d..c43ddbc56da 100755 --- a/Doc/tools/sgmlconv/esis2sgml.py +++ b/Doc/tools/sgmlconv/esis2sgml.py @@ -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():