convert(): Change the element name remapping to convert <refmodule>

to <module link>.
This commit is contained in:
Fred Drake 1999-01-19 17:11:23 +00:00
parent f82e4ab617
commit d6ced7d199
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ def convert(ifp, ofp):
"lineii": ("row", {}),
"lineiii": ("row", {}),
"lineiv": ("row", {}),
"refmodule": ("module", {"link": "link"}),
})
fixup_table_structures(doc)
fixup_rfc_references(doc)