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
|
|
@ -369,7 +369,7 @@
|
||||||
<xsl:with-param name="class">
|
<xsl:with-param name="class">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="./@isSelected = 'true'">
|
<xsl:when test="./@isSelected = 'true'">
|
||||||
<xsl:value-of select="active"/>
|
<xsl:value-of select="'active'"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:value-of select="''"/>
|
<xsl:value-of select="''"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue