- Fix build with libxslt-1.1.18 and newer. The standard clearly states that
param passed into template, which is not declared in the template, is ignored.
This commit is contained in:
parent
121de324c5
commit
76d63a9c09
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=29458
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
</xsl:template>
|
||||
|
||||
<xsl:template name="mirrors-docbook-country-index">
|
||||
<xsl:param name="mirrors-docbook-country-index-without-period" />
|
||||
<link>
|
||||
<xsl:attribute name="linkend">
|
||||
<xsl:value-of select="concat($mirrors-docbook-country-anchor-id, '-', @id, '-', $type)" />
|
||||
|
|
Loading…
Reference in a new issue