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:
parent
03e862ec47
commit
f7378e9332
@ -1095,7 +1095,7 @@ tags within description, notes or memo. ")
|
|||||||
str
|
str
|
||||||
(if (column-uses? 'common-currency)
|
(if (column-uses? 'common-currency)
|
||||||
(string-append
|
(string-append
|
||||||
"<br>"
|
"<br />"
|
||||||
(gnc-commodity-get-mnemonic
|
(gnc-commodity-get-mnemonic
|
||||||
(opt-val gnc:pagename-general optname-currency)))
|
(opt-val gnc:pagename-general optname-currency)))
|
||||||
""))))
|
""))))
|
||||||
|
@ -2056,8 +2056,8 @@
|
|||||||
(set! row-contents (cons return-string row-contents)))))
|
(set! row-contents (cons return-string row-contents)))))
|
||||||
(gnc:options-for-each disp-option-if-changed options)
|
(gnc:options-for-each disp-option-if-changed options)
|
||||||
(string-append (string-join (reverse row-contents)
|
(string-append (string-join (reverse row-contents)
|
||||||
(if plaintext? "\n" "<br>"))
|
(if plaintext? "\n" "<br />"))
|
||||||
(if plaintext? "\n\n" "<br><br>"))))
|
(if plaintext? "\n\n" "<br /><br />"))))
|
||||||
|
|
||||||
(define (gnc:send-options db_handle options)
|
(define (gnc:send-options db_handle options)
|
||||||
(gnc:options-for-each
|
(gnc:options-for-each
|
||||||
|
Loading…
Reference in New Issue
Block a user