Skip to content

Commit

Permalink
fix(ods): add CI_OnlineResource linkages for ods v1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr authored and josegar74 committed Sep 7, 2023
1 parent a0cbe44 commit 093caf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@

<!-- Data download links are inferred from the record metadata -->
<xsl:variable name="count"
select="dataset/metas/default/records_count"/>
select="metas/records_count|dataset/metas/default/records_count"/>
<xsl:if test="$count > 0">
<xsl:call-template name="dataLink">
<xsl:with-param name="format">csv</xsl:with-param>
Expand Down

0 comments on commit 093caf0

Please sign in to comment.