Skip to content

Commit

Permalink
Merge pull request #753 from elifesciences/pr-753
Browse files Browse the repository at this point in the history
RP XSL - remove full stops from all authors
  • Loading branch information
fred-atherden authored Nov 22, 2024
2 parents 137567b + 23ef77a commit 8232e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preprint-changes.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
</xsl:template>

<!-- Strip full stops from author names -->
<xsl:template xml:id="remove-fullstops-from-author-names" match="article-meta//contrib[@contrib-type='author']/name/given-names|article-meta//contrib[@contrib-type='author']/name/surname">
<xsl:template xml:id="remove-fullstops-from-author-names" match="contrib[@contrib-type='author']/name/given-names|article-meta//contrib[@contrib-type='author']/name/surname">
<xsl:copy>
<xsl:apply-templates select="@*"/>
<xsl:choose>
Expand Down

0 comments on commit 8232e35

Please sign in to comment.