html-document.scm: Restore <html> tag

A previous commit 5b40df510 has eaten the <html> opening
tag which makes the whole document an invalid XML tree.

After this fix, the document is still not valid XHTML.
Until the exact DOCTYPE is finalised I suggest we
restore the root <html> tag.
This commit is contained in:
Christopher Lam 2018-02-23 15:32:28 +08:00
parent 6137719417
commit 458e7e9ff1

View File

@ -157,6 +157,7 @@
;;./share/gnucash/scm/gnucash/report/taxinvoice.eguile.scm:<html>
;;./share/gnucash/scm/gnucash/report/balsheet-eg.eguile.scm:<html>
(push "<html>\n")
(push "<head>\n")
(push "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n")
(if css?