mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
options.scm: tidy (gnc:render-options-changed)
This small change introduces \n into the HTML render.
This commit is contained in:
parent
7da9a3ba58
commit
d8d552ee8a
@ -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" "<br />"))
|
||||
(if plaintext? "\n\n" "<br /><br />"))))
|
||||
(if plaintext? "\n" "<br />\n"))
|
||||
(if plaintext? "\n\n" "<br />\n<br />\n"))))
|
||||
|
||||
(define (gnc:send-options db_handle options)
|
||||
(gnc:options-for-each
|
||||
|
Loading…
Reference in New Issue
Block a user