Add a missing parameter.
This commit is contained in:
parent
05c16e954c
commit
7b4c21c46d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18979
1 changed files with 1 additions and 0 deletions
|
@ -13,4 +13,5 @@
|
||||||
<!-- these params should be externally bound. The values
|
<!-- these params should be externally bound. The values
|
||||||
here are not used actually -->
|
here are not used actually -->
|
||||||
<xsl:param name="proto" select="''" />
|
<xsl:param name="proto" select="''" />
|
||||||
|
<xsl:param name="target" select="''" />
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
Loading…
Reference in a new issue