Skip to content

Commit

Permalink
Merge pull request #167 from PeerJ/166-swap-doi_data-and-archive_loca…
Browse files Browse the repository at this point in the history
…tions-order

swap journal metadata sequence order
  • Loading branch information
Michael Stoner authored Oct 14, 2019
2 parents 5c44c2a + 70fc75b commit de367eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/xsl/jats-to-unixref.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
</full_title>

<xsl:apply-templates select="front/journal-meta/issn"/>
<xsl:call-template name="doi_data"/>
<xsl:call-template name="archive-locations"/>
<xsl:call-template name="doi_data"/>
</journal_metadata>

<!-- journal issue -->
Expand Down

0 comments on commit de367eb

Please sign in to comment.