]> granicus.if.org Git - docbook-dsssl/commitdiff
The call to write.chunk did not have the $chunk.quietly parameter set.
authorBob Stayton <bobs@sagehill.net>
Tue, 7 May 2002 08:17:22 +0000 (08:17 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 7 May 2002 08:17:22 +0000 (08:17 +0000)
I think I failed to commit that change after testing it in Feb.

xsl/html/chunk.xsl

index d43bf4f98d48fc77bc4e5bddb24cd4f81a52a020..06959100b9861aec51a1b2b78ca2705fefad2a5c 100644 (file)
@@ -61,6 +61,7 @@
         <xsl:with-param name="next" select="$next"/>
       </xsl:call-template>
     </xsl:with-param>
+    <xsl:with-param name="quiet" select="$chunk.quietly"/>
   </xsl:call-template>
 </xsl:template>