mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-21 10:00:11 -04:00
New version of xsltproc noticed missing <xsl:param/>. [RT #16632]
This commit is contained in:
parent
cc9f213621
commit
b3ca0375b5
1 changed files with 2 additions and 1 deletions
|
|
@ -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, ' ') != ''">
|
||||
<xsl:call-template name="isc.no.blanks">
|
||||
|
|
|
|||
Loading…
Reference in a new issue