Remove the "---" to "—" conversion; this is wrong in verbatim

environments.  Move the conversion to esis2sgml.py.
This commit is contained in:
Fred Drake 1999-05-18 17:33:01 +00:00
parent 338da93734
commit c41e1e5f5e

View File

@ -45,5 +45,4 @@ s|<geq>|\&ge;|g
s|<ldots>|\&hellip|g
s|<leq>|\&le;|g
s|<version>|\&version;|g
s|---|\&mdash;|g
' || exit $?