mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[easy-invoice.scm] fix html to be parsable by sxml
Without this change the HTML cannot be parsed by sxml.
This commit is contained in:
@@ -655,7 +655,7 @@
|
||||
; framing table
|
||||
(add-html! document "<center><table width='")
|
||||
(add-html! document (opt-val "Display" "Invoice Width"))
|
||||
(add-html! document "' cellpadding=0 cellspacing=0>")
|
||||
(add-html! document "' cellpadding='0' cellspacing='0'>")
|
||||
|
||||
(add-html! document "<tr><td align='left'>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user