diff --git a/src/report/stylesheets/stylesheet-easy.scm b/src/report/stylesheets/stylesheet-easy.scm index ad3bd82d19..e1cc03943c 100644 --- a/src/report/stylesheets/stylesheet-easy.scm +++ b/src/report/stylesheets/stylesheet-easy.scm @@ -427,7 +427,7 @@ (if show-preparer? ;; title plus preparer info (gnc:make-html-text - (gnc:html-markup-b headline) + (gnc:html-markup-h3 headline) (gnc:html-markup-br) (_ "Prepared by: ") (gnc:html-markup-b preparer) @@ -441,7 +441,7 @@ ;; title only (gnc:make-html-text - (gnc:html-markup-b headline)))) + (gnc:html-markup-h3 headline)))) ) ; only setup an image if we specified one diff --git a/src/report/stylesheets/stylesheet-fancy.scm b/src/report/stylesheets/stylesheet-fancy.scm index 8305696cf8..401dfdddfa 100644 --- a/src/report/stylesheets/stylesheet-fancy.scm +++ b/src/report/stylesheets/stylesheet-fancy.scm @@ -422,8 +422,7 @@ (if show-preparer? ;; title plus preparer info (gnc:make-html-text - (gnc:html-markup-b - (gnc:html-document-title doc)) + (gnc:html-markup-h3 headline) (gnc:html-markup-br) (_ "Prepared by: ") (gnc:html-markup-b preparer) @@ -437,8 +436,7 @@ ;; title only (gnc:make-html-text - (gnc:html-markup-b - (gnc:html-document-title doc))))) + (gnc:html-markup-h3 headline)))) ) (if (and logopixmap diff --git a/src/report/stylesheets/stylesheet-footer.scm b/src/report/stylesheets/stylesheet-footer.scm index 64478a8c0e..9b2912f928 100644 --- a/src/report/stylesheets/stylesheet-footer.scm +++ b/src/report/stylesheets/stylesheet-footer.scm @@ -440,7 +440,7 @@ (if show-preparer? ;; title plus preparer info (gnc:make-html-text - (gnc:html-markup-b headline) + (gnc:html-markup-h3 headline) (gnc:html-markup-br) (_ "Prepared by: ") (gnc:html-markup-b preparer) @@ -454,7 +454,7 @@ ;; title only (gnc:make-html-text - (gnc:html-markup-b headline)))) + (gnc:html-markup-h3 headline)))) ) ; only setup an image if we specified one