Added <xsl:with-param name="quiet" select="$chunk.quietly"/>
authorMauritz Jeanson <mj@johanneberg.com>
Thu, 11 Oct 2007 18:37:37 +0000 (18:37 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Thu, 11 Oct 2007 18:37:37 +0000 (18:37 +0000)
to helpidx template.

xsl/eclipse/eclipse.xsl

index accf8f2343b4aa2da59fafb97668ae9e20bdd487..3835e34f3c0ab88f5e7db8bf3fdf53fee6bbba84 100644 (file)
     <xsl:with-param name="doctype-public" select="''"/>
     <xsl:with-param name="doctype-system" select="''"/>
     <xsl:with-param name="encoding" select="'utf-8'"/>
+    <xsl:with-param name="quiet" select="$chunk.quietly"/>
     <xsl:with-param name="content">
       <xsl:call-template name="helpidx.content"/>
     </xsl:with-param>