Foundry:Foundry: Bugfix for Navigation
git-svn-id: https://svn.libreccm.org/ccm/trunk@2991 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
9952817c20
commit
32724885dc
|
|
@ -298,7 +298,7 @@
|
||||||
<xsl:with-param name="show-description-text"
|
<xsl:with-param name="show-description-text"
|
||||||
select="$show-description-text"
|
select="$show-description-text"
|
||||||
tunnel="yes"/>
|
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"
|
<xsl:with-param name="current-level-tree"
|
||||||
select="$current-level-tree"
|
select="$current-level-tree"
|
||||||
tunnel="yes"/>
|
tunnel="yes"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue