From 578d3ddd03e816860726a6df4796ff3744ca986f Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 16 Mar 2010 16:40:43 +0000 Subject: [PATCH] Fix bug in xrefstyle "title" handling introduced with the 'insert.targetdb.data' template. --- xsl/common/olink.xsl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xsl/common/olink.xsl b/xsl/common/olink.xsl index a80431447..3513795ac 100644 --- a/xsl/common/olink.xsl +++ b/xsl/common/olink.xsl @@ -887,7 +887,7 @@ + select="key('targetdoc-key', $targetdoc)[1]/div[1]/ttl/node()" /> @@ -956,7 +956,7 @@ + select="key('targetptr-key', $olink.key)[1]/ttl/node()" /> @@ -1166,7 +1166,7 @@ + select="key('targetdoc-key', $targetdoc)[1]/div[1]/ttl/node()" /> -- 2.50.1