[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:
Christopher Lam
2018-05-27 14:20:14 +08:00
parent 9e6760f7cb
commit b30f4d7c90

View File

@@ -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'>")