options.scm: tidy (gnc:render-options-changed)

This small change introduces \n into the HTML render.
pull/288/merge
Christopher Lam 8 years ago
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…
Cancel
Save