Bugfix for Foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@4855 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2017-07-10 12:13:25 +00:00
parent ac994a993b
commit 1d21ebfe2b
1 changed files with 3 additions and 1 deletions

View File

@ -231,7 +231,9 @@
<xsl:template match="content-item-layout//*[starts-with(name(), 'orgaunit')]//sponsors//sponsor/if-funding-code"> <xsl:template match="content-item-layout//*[starts-with(name(), 'orgaunit')]//sponsors//sponsor/if-funding-code">
<xsl:param name="funding-code" tunnel="yes"/> <xsl:param name="funding-code" tunnel="yes"/>
<xsl:if test="string-length($funding-code) &gt; 0"/> <xsl:if test="string-length($funding-code) &gt; 0">
<xsl:apply-templates />
</xsl:if>
</xsl:template> </xsl:template>
<foundry:doc section="user" type="template-tag"> <foundry:doc section="user" type="template-tag">