commit | a49a4eabbf10092af2e565cd11d450ba098ad3c1 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Jan 22 22:48:24 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Jan 22 22:48:24 1999 +0000 |
tree | c25e82a8acdcba5acbcc0dd9c903f344a0d99218 | |
parent | d1dbf633ed3a3ed4d7e2697198620b7b099821cc [diff] [blame] |
Add "term" to AUTOCLOSE.
diff --git a/Doc/tools/sgmlconv/esis2sgml.py b/Doc/tools/sgmlconv/esis2sgml.py index 002967a..c43ddbc 100755 --- a/Doc/tools/sgmlconv/esis2sgml.py +++ b/Doc/tools/sgmlconv/esis2sgml.py
@@ -127,7 +127,7 @@ return do_convert(ifp, ofp, xml=1, autoclose=autoclose) -AUTOCLOSE = ("para",) +AUTOCLOSE = ("para", "term",) def main():