[job-report] sanitize strings in preparation for tests

This commit is contained in:
Christopher Lam 2019-07-13 23:17:43 +08:00
parent 74169114d5
commit fee383e85e

View File

@ -480,8 +480,8 @@
(gnc:html-table-append-row!
table
(list
(string-append label ": ")
(string-expand (qof-print-date date) #\space " "))))
(string-append label " ")
(qof-print-date date))))
(define (make-date-table)
(let ((table (gnc:make-html-table)))
@ -569,7 +569,7 @@
(gnc:html-document-set-headline!
document (gnc:html-markup
"!"
"span"
report-title-str ": "
(gnc:html-markup-anchor
(gnc:job-anchor-text (gncOwnerGetJob owner))