From 37098fa08fed29208d13cff842462fb63a866421 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 24 Jun 2003 20:40:48 +0000 Subject: [PATCH] Fixed bug in l10n.language template where $target parameter was missing from xpath expression. --- xsl/common/l10n.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsl/common/l10n.xsl b/xsl/common/l10n.xsl index 4164afa80..d33d22360 100644 --- a/xsl/common/l10n.xsl +++ b/xsl/common/l10n.xsl @@ -48,8 +48,8 @@ + select="($target/ancestor-or-self::*[@lang] + |$target/ancestor-or-self::*[@xml:lang])[last()]"/> -- 2.40.0