[html-document] add <!DOCTYPE html> to reports

This commit is contained in:
Christopher Lam 2019-11-15 20:55:16 +08:00
parent 58258b9400
commit e26f20ffa9

View File

@ -141,6 +141,7 @@
;;./share/gnucash/scm/gnucash/report/taxinvoice.eguile.scm:<html>
;;./share/gnucash/scm/gnucash/report/balsheet-eg.eguile.scm:<html>
(push "<!DOCTYPE html>\n")
(push "<html dir='auto'>\n")
(push "<head>\n")
(push "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n")