[owner-report] sanitize strings in preparation for tests

This commit is contained in:
Christopher Lam 2019-07-13 22:55:50 +08:00
parent fee383e85e
commit dae26da037

View File

@ -285,11 +285,11 @@
(qof-print-date due-date)
"")))
(if (num-col column-vector)
(addto! row-contents num))
(addto! row-contents (gnc:html-string-sanitize num)))
(if (type-col column-vector)
(addto! row-contents type-str))
(if (memo-col column-vector)
(addto! row-contents memo))
(addto! row-contents (gnc:html-string-sanitize memo)))
(if (sale-col column-vector)
(addto! row-contents
(gnc:make-html-table-cell/markup "number-cell" sale)))