diff --git a/gnucash/report/utility-reports/view-column.scm b/gnucash/report/utility-reports/view-column.scm index b9ab5848d2..df68cf689c 100644 --- a/gnucash/report/utility-reports/view-column.scm +++ b/gnucash/report/utility-reports/view-column.scm @@ -138,9 +138,9 @@ (gnc:html-table-cell-append-objects! contents-cell (gnc:make-html-text - (string-append - "

" (_ "Report error") "

" - (_ "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))