mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ff75ad7043
commit
bf56026e93
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user