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

@ -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"/>