aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl')
-rw-r--r--stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl
index 4ccc6a775..3751e7182 100644
--- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl
+++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/inline.xsl
@@ -81,7 +81,7 @@
</xsl:attribute>
<xsl:choose>
- <xsl:when test="$node/@xlink.title">
+ <xsl:when test="$node/@xlink:title">
<xsl:attribute name="title">
<xsl:value-of select="$node/@xlink:title"/>
</xsl:attribute>
@@ -117,7 +117,7 @@
<xsl:attribute name="href">
<xsl:value-of select="$xhref"/>
</xsl:attribute>
- <xsl:if test="$node/@xlink.title">
+ <xsl:if test="$node/@xlink:title">
<xsl:attribute name="title">
<xsl:value-of select="$node/@xlink:title"/>
</xsl:attribute>