Foundry:Foundry: Bugfix for Navigation

git-svn-id: https://svn.libreccm.org/ccm/trunk@2991 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-11-24 18:33:48 +00:00
parent 9952817c20
commit 32724885dc
1 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@
<xsl:value-of select="concat(' count(category)', count($current-level-tree))"/>
</xsl:message>
<!-- <dl>
<!--<dl>
<dt>navigation-id</dt>
<dd>
<xsl:value-of select="$navigation-id"/>
@ -298,7 +298,7 @@
<xsl:with-param name="show-description-text"
select="$show-description-text"
tunnel="yes"/>
<xsl:with-param name="current-level" select="1" tunnel="yes"/>
<xsl:with-param name="current-level" select="$current-level + 1" tunnel="yes"/>
<xsl:with-param name="current-level-tree"
select="$current-level-tree"
tunnel="yes"/>