From 68ae6010fe9bbc3ae234e3ec17bb0d272f86aadb Mon Sep 17 00:00:00 2001 From: David Hampton Date: Fri, 21 Apr 2006 19:18:29 +0000 Subject: [PATCH] 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 --- src/report/report-system/html-document.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/report/report-system/html-document.scm b/src/report/report-system/html-document.scm index 0d15d97eeb..277126b829 100644 --- a/src/report/report-system/html-document.scm +++ b/src/report/report-system/html-document.scm @@ -137,8 +137,7 @@ (gnc:html-document-style-stack doc)) ;; push it (gnc:html-document-push-style doc (gnc:html-document-style doc)) - (if (string-null? title) - (gnc:error "Null document title") + (if (not (string-null? title)) (gnc:report-render-starting (gnc:html-document-title doc))) (if (not (null? headers?)) (begin