From d8822f9d987666524a26bc7cbafa4ca7ec29afeb Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 16 Apr 2001 18:51:41 +0000 Subject: [PATCH] Fix bug in processing of subtitle content on components --- xsl/html/component.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/html/component.xsl b/xsl/html/component.xsl index 14537c928..fe638f5a5 100644 --- a/xsl/html/component.xsl +++ b/xsl/html/component.xsl @@ -35,7 +35,7 @@ |$node/prefaceinfo/subtitle |$node/chapterinfo/subtitle |$node/appendixinfo/subtitle - |subtitle)[1]"/> + |$node/subtitle)[1]"/>

-- 2.50.1