bugfix foundry empty lists

git-svn-id: https://svn.libreccm.org/ccm/trunk@5737 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2018-11-19 13:03:07 +00:00
parent c46ad3e647
commit 935630825c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
<xsl:value-of select="./nav:noContent and $hide-empty-list = false()" /> <xsl:value-of select="./nav:noContent and $hide-empty-list = false()" />
</pre>--> </pre>-->
<xsl:if test="not(./nav:noContent) or (./nav:content and $hide-empty-list = false())"> <xsl:if test="./nav:noContent or (./nav:content and $hide-empty-list = false())">
<!--<pre>showing list</pre>--> <!--<pre>showing list</pre>-->
<xsl:apply-templates> <xsl:apply-templates>
<xsl:with-param name="object-list-datatree" <xsl:with-param name="object-list-datatree"