mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
TR & options: upgrade HTML to XHTML
Upgrade <br> tags to <br /> to allow well-formed XML parsing.
This commit is contained in:
@@ -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 />"))
|
||||
(if plaintext? "\n\n" "<br /><br />"))))
|
||||
|
||||
(define (gnc:send-options db_handle options)
|
||||
(gnc:options-for-each
|
||||
|
||||
Reference in New Issue
Block a user