Skip to content

Commit

Permalink
[D4CRIS-982] fix wrong element on awardtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
lap82 committed Aug 28, 2020
1 parent 0a7767f commit 62db2d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
</xsl:if>
<xsl:if test="$awardtitle[$counter]!='' ">
<oaire:awardTitle>
<xsl:value-of select="$awardnumber[$counter]"/>
<xsl:value-of select="$awardtitle[$counter]"/>
</oaire:awardTitle>
</xsl:if>
</oaire:fundingReference>
Expand Down

0 comments on commit 62db2d1

Please sign in to comment.