[Gnucash-changes] r13056 - gnucash/trunk/src/report/locale-specific/us - Don't add markup to tax report titles.

Chris Shoemaker chris at cvs.gnucash.org
Mon Jan 30 22:41:01 EST 2006


Author: chris
Date: 2006-01-30 22:41:01 -0500 (Mon, 30 Jan 2006)
New Revision: 13056
Trac: http://svn.gnucash.org/trac/changeset/13056

Modified:
   gnucash/trunk/src/report/locale-specific/us/taxtxf-de_DE.scm
   gnucash/trunk/src/report/locale-specific/us/taxtxf.scm
Log:
   Don't add markup to tax report titles.


Modified: gnucash/trunk/src/report/locale-specific/us/taxtxf-de_DE.scm
===================================================================
--- gnucash/trunk/src/report/locale-specific/us/taxtxf-de_DE.scm	2006-01-31 03:34:26 UTC (rev 13055)
+++ gnucash/trunk/src/report/locale-specific/us/taxtxf-de_DE.scm	2006-01-31 03:41:01 UTC (rev 13056)
@@ -821,7 +821,7 @@
              'attribute (list "align" "left"))
             
             (gnc:html-document-set-title! 
-             doc (gnc:html-markup "center" report-name))
+             doc report-name)
             
             (gnc:html-document-add-object! 
              doc (gnc:make-html-text         

Modified: gnucash/trunk/src/report/locale-specific/us/taxtxf.scm
===================================================================
--- gnucash/trunk/src/report/locale-specific/us/taxtxf.scm	2006-01-31 03:34:26 UTC (rev 13055)
+++ gnucash/trunk/src/report/locale-specific/us/taxtxf.scm	2006-01-31 03:41:01 UTC (rev 13056)
@@ -781,7 +781,7 @@
              'attribute (list "align" "left"))
             
             (gnc:html-document-set-title! 
-             doc (gnc:html-markup "center" report-name))
+             doc report-name)
             
             (gnc:html-document-add-object! 
              doc (gnc:make-html-text         



More information about the gnucash-changes mailing list