Typo fix in Foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@3642 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-09-23 13:19:54 +00:00
parent 982e973fd1
commit ca3559b8e3
1 changed files with 6 additions and 4 deletions

View File

@ -406,6 +406,7 @@
<xsl:template match="filters">
<xsl:if test="$data-tree//filters">
<form>
<xsl:apply-templates>
<xsl:with-param name="filters"
tunnel="yes"
@ -415,6 +416,7 @@
<input type="submit"
label="{foundry:get-static-text('filters',
'apply-filters')}"/>
</form>
</xsl:if>
</xsl:template>