Skip to content

Commit

Permalink
Fix globals analysis blocks showing empty values for other analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Dec 1, 2021
1 parent 556b77a commit 279681b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/globals.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</span>
</div>
</xsl:when>
<xsl:otherwise>
<xsl:when test="analysis[@name=$analysis]">
<div class="nontoggle">
<span class="emph">
<xsl:value-of select="$glob"/>
Expand All @@ -89,7 +89,7 @@
<xsl:apply-templates select="analysis[@name=$analysis]/value"/>
</span>
</div>
</xsl:otherwise>
</xsl:when>
</xsl:choose>


Expand Down

0 comments on commit 279681b

Please sign in to comment.