From 3ee434edf6658fde0d79bceb0516e7789b6cd230 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sun, 1 Dec 2019 22:17:37 +0800 Subject: [PATCH] [new-aging] use gnc:html-markup-ol --- gnucash/report/business-reports/new-aging.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gnucash/report/business-reports/new-aging.scm b/gnucash/report/business-reports/new-aging.scm index cd5362a999..5f0f8ba5ab 100644 --- a/gnucash/report/business-reports/new-aging.scm +++ b/gnucash/report/business-reports/new-aging.scm @@ -225,10 +225,6 @@ exist but have no suitable transactions.")) ((if (eq? sort-order 'increasing) string?) (gncOwnerGetName a) (gncOwnerGetName b))) - (define (html-markup-ol lst) - (apply gnc:html-markup "ol" - (map (lambda (elt) (gnc:html-markup "li" elt)) lst))) - ;; set default title (gnc:html-document-set-title! document report-title) @@ -340,7 +336,7 @@ exist but have no suitable transactions.")) document (gnc:make-html-text (_ "Please note some transactions were not processed") - (html-markup-ol + (gnc:html-markup-ol (map (lambda (invalid-split) (gnc:html-markup-anchor