Skip to content

Commit

Permalink
Uitlezen van notes fields hersteld.
Browse files Browse the repository at this point in the history
Bugfix.
  • Loading branch information
arjan authored and arjan committed Dec 3, 2024
1 parent e5c0c78 commit 0e4cd2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<notes-rules root="true">
<xsl:variable name="notes-rules" select="notes-rules"/>
<xsl:apply-templates select="imf:distinct($notes-rules//notes-format)[last()]" mode="#current"/>
<xsl:apply-templates select="imf:distinct($notes-rules//notes-rule[@lang=($language,'#all')])" mode="#current"/>
<xsl:apply-templates select="imf:distinct($notes-rules//notes-rule[@lang=($language,'#all')])[last()]" mode="#current"/>
</notes-rules>

<version-rules root="true">
Expand Down

0 comments on commit 0e4cd2d

Please sign in to comment.