Skip to content

Commit 8607092

Browse files
author
Sanders Kleinfeld
committed
Removing extraneous xsl:if
1 parent d016b28 commit 8607092

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

htmlbook-xsl/chunk.xsl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,15 +423,13 @@ sect5:s
423423
</xsl:call-template>
424424
</xsl:when>
425425
<xsl:otherwise>
426-
<xsl:if test="$is-xref = 1">
427426
<xsl:call-template name="log-message">
428427
<xsl:with-param name="type" select="'WARNING'"/>
429428
<xsl:with-param name="message">
430429
<xsl:text>Unable to locate target for a element with @href value:</xsl:text>
431430
<xsl:value-of select="@href"/>
432431
</xsl:with-param>
433432
</xsl:call-template>
434-
</xsl:if>
435433
<!-- Oh well, just copy any existing href to output -->
436434
<xsl:apply-templates select="@href"/>
437435
</xsl:otherwise>

0 commit comments

Comments
 (0)