Skip to content

Commit

Permalink
[easy-invoice.scm] fix html to be parsable by sxml
Browse files Browse the repository at this point in the history
Without this change the HTML cannot be parsed by sxml.
  • Loading branch information
christopherlam committed Jun 12, 2018
1 parent 9e6760f commit b30f4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/report/business-reports/easy-invoice.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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'>")

Expand Down

0 comments on commit b30f4d7

Please sign in to comment.