Fix for revision r3110

git-svn-id: https://svn.libreccm.org/ccm/trunk@3111 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-01-30 19:46:23 +00:00
parent 10d37ff138
commit c63f52f14e
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@
<xsl:variable name="link-tree" select="current()"/>
<xsl:choose>
<xsl:when test="$selected-only">
<xsl:when test="$selected-only and $current-level-tree/nav:category">
<xsl:for-each select="$current-level-tree[@isSelected = 'true']">
<xsl:apply-templates select="$link-tree/*">
<xsl:with-param name="navigation-id" select="$navigation-id" tunnel="yes"/>