Skip to content

Commit 372f24c

Browse files
author
Sanders Kleinfeld
committed
Minor bug fix for href processing.
1 parent b1b767a commit 372f24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlbook-xsl/chunk.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ sect5:s
431431
</xsl:with-param>
432432
</xsl:call-template>
433433
<!-- Oh well, just copy any existing href to output -->
434-
<xsl:apply-templates select="@href"/>
434+
<xsl:value-of select="@href"/>
435435
</xsl:otherwise>
436436
</xsl:choose>
437437
</xsl:attribute>

0 commit comments

Comments
 (0)