Skip to content

Commit

Permalink
IM-118 facet should match "peerreviewed"
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Nov 27, 2023
1 parent 5c1803d commit 5610db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/xsl/response-facets.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<xsl:when test="$type='fundingType'">
<xsl:value-of select="mcrxml:getDisplayName('fundingType', $value)"/>
</xsl:when>
<xsl:when test="$type='koeln_peerreviewed'">
<xsl:when test="$type='peerreviewed'">
<xsl:value-of select="$peerreviewed//category[@ID=$value]/label[lang($DefaultLang)]/@text"/>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit 5610db3

Please sign in to comment.