Skip to content

Commit

Permalink
Fix journal citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Mietchen committed Jul 29, 2014
1 parent 842e360 commit c2aa5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jats-to-mediawiki.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@
<xsl:apply-templates select="article-title"/>
<xsl:text>&#xA;</xsl:text>
<xsl:if test="source">
<xsl:text>| work = </xsl:text>
<xsl:text>| journal = </xsl:text>
<xsl:apply-templates select="source"/>
<xsl:text>&#xA;</xsl:text>
</xsl:if>
Expand Down

0 comments on commit c2aa5d8

Please sign in to comment.