Skip to content

Commit

Permalink
fix autohide for xsltproc when it is a vaild value
Browse files Browse the repository at this point in the history
  • Loading branch information
1sra3l committed Apr 9, 2016
1 parent 428c049 commit 9b3a4c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xslt/jwm-2.3.xslt
Expand Up @@ -26,11 +26,13 @@
<xsl:when test=". = 'true'">
<xsl:text>bottom</xsl:text>
</xsl:when>
<xsl:otherwise><xsl:text>off</xsl:text></xsl:otherwise>
<xsl:when test=". = 'false'">
<xsl:text>off</xsl:text>
</xsl:when>
<xsl:otherwise><xsl:apply-templates/></xsl:otherwise>
</xsl:choose>
</xsl:attribute>
</xsl:template>

<!-- Prefix the contents of Clock tags with exec within a Button tag. -->
<xsl:template match="Clock">
<Clock>
Expand Down

0 comments on commit 9b3a4c9

Please sign in to comment.