html-utilities: don't need (sxml simple) module

it was used for a sxml->xml transform. this would create a void script
tag <script ... /> which is valid xml but is not valid html.
This commit is contained in:
Christopher Lam 2021-12-30 13:04:36 +08:00
parent ff75ad7043
commit bf56026e93

View File

@ -35,7 +35,6 @@
(use-modules (gnucash report html-text))
(use-modules (gnucash report html-table))
(use-modules (ice-9 match))
(use-modules (sxml simple))
(use-modules (web uri))
(export gnc:html-make-empty-cell)