]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
New version of xsltproc noticed missing <xsl:param/>. [RT #16632]
authorRob Austein <sra@isc.org>
Fri, 26 Jan 2007 21:32:35 +0000 (21:32 +0000)
committerRob Austein <sra@isc.org>
Fri, 26 Jan 2007 21:32:35 +0000 (21:32 +0000)
doc/xsl/isc-manpage.xsl.in

index e540e9425204baac7e8948327c8308e0acd3d891..0be850f0539b2d7af34c20522a31c6f8a5c36ce7 100644 (file)
@@ -14,7 +14,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- $Id: isc-manpage.xsl.in,v 1.4.2.3 2005/09/12 00:07:03 marka Exp $ -->
+<!-- $Id: isc-manpage.xsl.in,v 1.4.2.4 2007/01/26 21:32:35 sra Exp $ -->
 
 <!-- ISC customizations for Docbook-XSL manual page generator. -->
 
@@ -52,6 +52,7 @@
     - disable chunking, and suppress output of .so files.
    -->
   <xsl:template name="write.text.chunk">
+    <xsl:param name="content"/>
     <xsl:if test="substring($content, 1, 4) != '.so ' or
                  substring-after($content, '&#10;') != ''">
       <xsl:call-template name="isc.no.blanks">