Fixed a typo in last commit for Foundry

git-svn-id: https://svn.libreccm.org/ccm/trunk@2959 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-11-07 15:54:06 +00:00
parent c1b74fe4b0
commit d7ff099d10
2 changed files with 2 additions and 2 deletions

View File

@ -1594,7 +1594,7 @@
<xsl:template match="li"> <xsl:template match="li">
<xsl:param name="id" select="''"/> <xsl:param name="id" select="''"/>
<xsl:param name="class" select="''"/> <xsl:param name="class" select="''"/>
<li> <li>
<xsl:call-template name="foundry:process-layouttree-attributes"> <xsl:call-template name="foundry:process-layouttree-attributes">
<xsl:with-param name="id" select="$id"/> <xsl:with-param name="id" select="$id"/>

View File

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