r20679 - gnucash/branches/2.4/src/report/stylesheets - [20675] Bug #650757: Fix Easy & footer styles output wrong tags </btd> iso </b></td> preventing HTML 4.01 Transitional validation

Christian Stimming cstim at code.gnucash.org
Mon May 23 15:20:39 EDT 2011


Author: cstim
Date: 2011-05-23 15:20:38 -0400 (Mon, 23 May 2011)
New Revision: 20679
Trac: http://svn.gnucash.org/trac/changeset/20679

Modified:
   gnucash/branches/2.4/src/report/stylesheets/stylesheet-easy.scm
   gnucash/branches/2.4/src/report/stylesheets/stylesheet-footer.scm
Log:
[20675] Bug #650757: Fix Easy & footer styles output wrong tags </btd> iso </b></td> preventing HTML 4.01 Transitional validation

Patch by Bert:

This patch removes the wrong </btd> tags and closes the center tag in the
footer and easy stylesheets.

Just like Bug #650163 (and related to bug #616611) the easy & footer
stylesheets:
*output </btd> tags instead of <b></td>
*are missing a </center> tag

preventing html validation.

This patch removes the intended </b> and makes a clean </td> out of the
necessary tags. The styles are set through css anyhow. Furthmore it adds the
closing </center> tag.



More information about the gnucash-patches mailing list