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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user