mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[view-column] don't emit raw html, include captured-error
This commit is contained in:
parent
d56a47f17a
commit
3f6c8478a4
@ -138,9 +138,9 @@
|
||||
(gnc:html-table-cell-append-objects!
|
||||
contents-cell
|
||||
(gnc:make-html-text
|
||||
(string-append
|
||||
"<h3>" (_ "Report error") "</h3><p>"
|
||||
(_ "An error occurred while running the report.")))))
|
||||
(gnc:html-markup-h3 (_ "Report error"))
|
||||
(_ "An error occurred while running the report.")
|
||||
(gnc:html-markup "pre" gnc:last-captured-error))))
|
||||
|
||||
;; increment the alloc number for each occupied row
|
||||
(let loop ((row current-row-num))
|
||||
|
Loading…
Reference in New Issue
Block a user