From 918c71b8327254c6e68fe2ade018379fa15d9d5a Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 16 Sep 2003 16:29:34 +0000 Subject: [PATCH] Changed "0" to "0pt" in index margin-left property. --- xsl/fo/titlepage.templates.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/fo/titlepage.templates.xml b/xsl/fo/titlepage.templates.xml index 774c13338..21a4f9057 100644 --- a/xsl/fo/titlepage.templates.xml +++ b/xsl/fo/titlepage.templates.xml @@ -907,7 +907,7 @@ t:named-template="component.title" param:node="ancestor-or-self::index[1]" param:pagewide="1" - margin-left="0" + margin-left="0pt" font-size="&hsize5;" font-family="{$title.fontset}" font-weight="bold"/> -- 2.40.0