Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stoner committed Dec 23, 2019
1 parent eb3876c commit 9c2e37c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/data/xsl/jats-to-unixref-posted-content-database.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,8 @@
</rel:related_item>
</rel:program>
<doi_data>
<xsl:choose>
<doi><xsl:value-of select="concat($doi, '/', @id)"/></doi>
<resource><xsl:value-of select="concat($url, '/', @id)"/></resource>
<doi><xsl:value-of select="concat($doi, '/', @id)"/></doi>
<resource><xsl:value-of select="concat($url, '/', @id)"/></resource>
</doi_data>
</dataset>
</database>
Expand Down

0 comments on commit 9c2e37c

Please sign in to comment.