Don't complain about reports without html titles. This occurs for

every embedded report.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13820 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-04-21 19:18:29 +00:00
parent 8f61cbcac4
commit 68ae6010fe

View File

@ -137,8 +137,7 @@
(gnc:html-document-style-stack doc)) (gnc:html-document-style-stack doc))
;; push it ;; push it
(gnc:html-document-push-style doc (gnc:html-document-style doc)) (gnc:html-document-push-style doc (gnc:html-document-style doc))
(if (string-null? title) (if (not (string-null? title))
(gnc:error "Null document title")
(gnc:report-render-starting (gnc:html-document-title doc))) (gnc:report-render-starting (gnc:html-document-title doc)))
(if (not (null? headers?)) (if (not (null? headers?))
(begin (begin