Fixed a typo in last commit for Foundry
git-svn-id: https://svn.libreccm.org/ccm/trunk@2959 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
c1b74fe4b0
commit
d7ff099d10
|
|
@ -1594,7 +1594,7 @@
|
|||
<xsl:template match="li">
|
||||
<xsl:param name="id" select="''"/>
|
||||
<xsl:param name="class" select="''"/>
|
||||
|
||||
|
||||
<li>
|
||||
<xsl:call-template name="foundry:process-layouttree-attributes">
|
||||
<xsl:with-param name="id" select="$id"/>
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@
|
|||
<xsl:with-param name="class">
|
||||
<xsl:choose>
|
||||
<xsl:when test="./@isSelected = 'true'">
|
||||
<xsl:value-of select="active"/>
|
||||
<xsl:value-of select="'active'"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="''"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue