gnucash maint: Fix typo in HTML header.

John Ralls jralls at code.gnucash.org
Thu Mar 10 14:00:06 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/4a60e490 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2b958161 (commit)



commit 4a60e490663a00e54a41f1e4bae18199a24c91cd
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Mar 10 10:59:53 2016 -0800

    Fix typo in HTML header.

diff --git a/src/report/report-system/html-document.scm b/src/report/report-system/html-document.scm
index 89239bc..4bfcb89 100644
--- a/src/report/report-system/html-document.scm
+++ b/src/report/report-system/html-document.scm
@@ -159,7 +159,7 @@
                 ;;./share/gnucash/scm/gnucash/report/balsheet-eg.eguile.scm:<html>
 
                 ;; Validate against HTML4 Transitional:
-                (push "<!DOCTYPE!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN\" \n\"http://www.w3.org/TR/html4/loose.dtd\">")
+                (push "<!DOCTYPE!DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN\" \n\"http://www.w3.org/TR/html4/loose.dtd\">")
                 (push "<head>\n")
                 (push "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n")
 				(if css? 



Summary of changes:
 src/report/report-system/html-document.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list