Skip to content

Commit

Permalink
bugfix: <switch> not possible in <status> (museumsvictoria#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcartmel authored Oct 13, 2023
1 parent d98b693 commit 15ade0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodel-webui-js/src/templates.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@
</xsl:attribute>
</xsl:if>
<div class="panel-body">
<xsl:apply-templates select="image"/><xsl:apply-templates select="link"/><xsl:apply-templates select="button|swich|partialswitch"/><xsl:apply-templates select="badge|partialbadge|signal"/><strong><xsl:value-of select="text()"/></strong>
<xsl:apply-templates select="image"/><xsl:apply-templates select="link"/><xsl:apply-templates select="button|switch|partialswitch"/><xsl:apply-templates select="badge|partialbadge|signal"/><strong><xsl:value-of select="text()"/></strong>
<xsl:if test="@event">
<br/><span class="status">Unknown</span>
</xsl:if>
Expand Down

0 comments on commit 15ade0e

Please sign in to comment.