From 5b40df510d9cc97b64e5db7d36526f9e2428bd92 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Thu, 10 Mar 2016 09:49:43 -0800 Subject: [PATCH] Bug 763279 - GnuCash has empty reports On recent builds of gentoo, apparently because the supplied webkit dislikes that we output xhtml in a file called foo.html. Make the header say that we're using HTML4. --- src/report/report-system/html-document.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/report/report-system/html-document.scm b/src/report/report-system/html-document.scm index 9b63d09e2c..89239bc2f8 100644 --- a/src/report/report-system/html-document.scm +++ b/src/report/report-system/html-document.scm @@ -158,9 +158,8 @@ ;;./share/gnucash/scm/gnucash/report/taxinvoice.eguile.scm: ;;./share/gnucash/scm/gnucash/report/balsheet-eg.eguile.scm: - ;; Validate against XHTML 1.0 Transitional - (push "") - (push "\n") + ;; Validate against HTML4 Transitional: + (push "") (push "\n") (push "\n") (if css?