Fixed manifest XSL processing (hopefully)

This commit is contained in:
Jeff Parsons 2016-01-19 21:26:28 -08:00
commit 9e324d6992
5 changed files with 9 additions and 6 deletions

View file

@ -70,7 +70,7 @@
<xsl:with-param name="class"><xsl:value-of select="@class"/>js</xsl:with-param>
<xsl:with-param name="parms">
<xsl:choose>
<xsl:when test="$machineState != ''">state:"<xsl:value-of select="$machineState"/>"</xsl:when>
<xsl:when test="$machineState != ''">"<xsl:value-of select="$machineState"/>"</xsl:when>
<xsl:otherwise><xsl:value-of select="@parms"/></xsl:otherwise>
</xsl:choose>
</xsl:with-param>