mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't add markup to tax report titles.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13056 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
32790cb169
commit
abbc6b6197
@ -821,7 +821,7 @@
|
|||||||
'attribute (list "align" "left"))
|
'attribute (list "align" "left"))
|
||||||
|
|
||||||
(gnc:html-document-set-title!
|
(gnc:html-document-set-title!
|
||||||
doc (gnc:html-markup "center" report-name))
|
doc report-name)
|
||||||
|
|
||||||
(gnc:html-document-add-object!
|
(gnc:html-document-add-object!
|
||||||
doc (gnc:make-html-text
|
doc (gnc:make-html-text
|
||||||
|
@ -781,7 +781,7 @@
|
|||||||
'attribute (list "align" "left"))
|
'attribute (list "align" "left"))
|
||||||
|
|
||||||
(gnc:html-document-set-title!
|
(gnc:html-document-set-title!
|
||||||
doc (gnc:html-markup "center" report-name))
|
doc report-name)
|
||||||
|
|
||||||
(gnc:html-document-add-object!
|
(gnc:html-document-add-object!
|
||||||
doc (gnc:make-html-text
|
doc (gnc:make-html-text
|
||||||
|
Loading…
Reference in New Issue
Block a user