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!
|
(gnc:html-table-cell-append-objects!
|
||||||
contents-cell
|
contents-cell
|
||||||
(gnc:make-html-text
|
(gnc:make-html-text
|
||||||
(string-append
|
(gnc:html-markup-h3 (_ "Report error"))
|
||||||
"<h3>" (_ "Report error") "</h3><p>"
|
(_ "An error occurred while running the report.")
|
||||||
(_ "An error occurred while running the report.")))))
|
(gnc:html-markup "pre" gnc:last-captured-error))))
|
||||||
|
|
||||||
;; increment the alloc number for each occupied row
|
;; increment the alloc number for each occupied row
|
||||||
(let loop ((row current-row-num))
|
(let loop ((row current-row-num))
|
||||||
|
Loading…
Reference in New Issue
Block a user