[owner-report] fix html to be parsable by sxml

in preparation for tests
This commit is contained in:
Christopher Lam 2019-07-12 21:54:24 +08:00
parent 6c4ae89012
commit 1ad4ae30be

View File

@ -691,8 +691,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)))
@ -777,7 +777,7 @@
(gnc:html-document-set-headline!
document (gnc:html-markup
"!"
"span"
(doctype-str type)
" " (_ "Report:") " "
(gnc:html-markup-anchor