[html-acct-table] sanitize   in (gnc-commodity-table)

This sanitizes the commodity-table html.
(improves my first commit!)
This commit is contained in:
Christopher Lam
2018-06-16 15:15:38 +08:00
parent 01a426bf79
commit 62b5c8138d

View File

@@ -1156,7 +1156,10 @@
;; add the account balance in the respective commodity
(gnc:make-html-table-cell/markup
"number-cell" bal)
" "
(let ((spacer (gnc:make-html-table-cell)))
(gnc:html-table-cell-set-style!
spacer "td" 'attribute (list "style" "min-width: 1em"))
spacer)
;; add the account balance in the report commodity
(gnc:make-html-table-cell/markup
"number-cell" (exchange-fn bal report-commodity))