mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[html-acct-table] sanitize in (gnc-commodity-table)
This sanitizes the commodity-table html. (improves my first commit!)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user