mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
[job-report] sanitize strings in preparation for tests
This commit is contained in:
parent
74169114d5
commit
fee383e85e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user