Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[job-report] sanitize strings in preparation for tests
  • Loading branch information
christopherlam committed Jul 14, 2019
1 parent 7416911 commit fee383e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnucash/report/business-reports/job-report.scm
Expand Up @@ -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)))
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit fee383e

Please sign in to comment.