From 1091edad805b356bc3dd570fb78243eb35b5e0f4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 24 Jul 2007 06:50:31 +0000 Subject: [PATCH] Fixed test for abstract.notitle.enabled. The way I had it, it was having an effect opposite to its documented effect; that is, it was generating an abstract title only if abstract.notitle.enabled was not zero; but it should actually generate the title only if abstract.notitle.enabled *is* zero. Thanks to Marie Sauvage for testing and reporting this very quickly after 1.73.0 was released. --- xsl/html/titlepage.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/html/titlepage.xsl b/xsl/html/titlepage.xsl index da9361fc9..de477ab23 100644 --- a/xsl/html/titlepage.xsl +++ b/xsl/html/titlepage.xsl @@ -129,7 +129,7 @@
- + -- 2.49.0