Skip to content

Commit

Permalink
fix issue #61 assembly topic-maker-chunk.xsl uses @fileref
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstayton committed Jul 13, 2018
1 parent acc2fad commit 8a7389e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsl/assembly/topic-maker-chunk.xsl
Expand Up @@ -156,7 +156,7 @@

<xsl:if test="$is.chunk = 1">
<resource>
<xsl:attribute name="fileref">
<xsl:attribute name="href">
<!--
<xsl:if test="$manifest.in.base.dir = 0">
<xsl:value-of select="$base.dir"/>
Expand Down Expand Up @@ -193,7 +193,7 @@
</xsl:param>

<resource>
<xsl:attribute name="fileref">
<xsl:attribute name="href">
<xsl:apply-templates select="." mode="chunk-filename"/>
</xsl:attribute>
<xsl:attribute name="xml:id">
Expand Down

0 comments on commit 8a7389e

Please sign in to comment.