From a3110d6a52e426ffd00f01c55bed280ef7e5fb5e Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 31 Dec 2002 21:38:20 +0000 Subject: [PATCH] Added blank.page.content template to allow 'This Page Intentionally Left Blank' blank pages. --- xsl/fo/pagesetup.xsl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/xsl/fo/pagesetup.xsl b/xsl/fo/pagesetup.xsl index 37438275d..5b8db1278 100644 --- a/xsl/fo/pagesetup.xsl +++ b/xsl/fo/pagesetup.xsl @@ -25,7 +25,9 @@ margin-bottom="{$page.margin.bottom}" margin-left="{$page.margin.inner}" margin-right="{$page.margin.outer}"> - + @@ -1300,6 +1303,12 @@ + + + + + + -- 2.50.1