Bugfix for Foundry
git-svn-id: https://svn.libreccm.org/ccm/trunk@4855 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ac994a993b
commit
1d21ebfe2b
|
|
@ -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) > 0"/>
|
<xsl:if test="string-length($funding-code) > 0">
|
||||||
|
<xsl:apply-templates />
|
||||||
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<foundry:doc section="user" type="template-tag">
|
<foundry:doc section="user" type="template-tag">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue