From d8d552ee8a1cf9c1237b36ac953b7873ba14c91f Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sat, 24 Feb 2018 20:54:50 +0800 Subject: [PATCH] options.scm: tidy (gnc:render-options-changed) This small change introduces \n into the HTML render. --- libgnucash/app-utils/options.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgnucash/app-utils/options.scm b/libgnucash/app-utils/options.scm index 9d8f109208..fd82e219fe 100644 --- a/libgnucash/app-utils/options.scm +++ b/libgnucash/app-utils/options.scm @@ -2056,8 +2056,8 @@ (set! row-contents (cons return-string row-contents))))) (gnc:options-for-each disp-option-if-changed options) (string-append (string-join (reverse row-contents) - (if plaintext? "\n" "
")) - (if plaintext? "\n\n" "

")))) + (if plaintext? "\n" "
\n")) + (if plaintext? "\n\n" "
\n
\n")))) (define (gnc:send-options db_handle options) (gnc:options-for-each