Skip to content

Commit

Permalink
Merge pull request #176 from PeerJ/dagger-for-deceased
Browse files Browse the repository at this point in the history
Use dagger unicode for deceased author
  • Loading branch information
c-cooperjones authored Nov 2, 2020
2 parents 476f216 + f326738 commit 841c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/xsl/jats-to-html/front.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@

<!-- deceased authors -->
<xsl:template name="deceased">
<span class="deceased" title="Deceased" data-toggle="tooltip"><i class="icon-star-empty">&#8203;</i></span>
<span class="deceased" title="Deceased" data-toggle="tooltip"><b>&#8224;</b></span>
</xsl:template>

<xsl:template match="label" mode="front">
Expand Down

0 comments on commit 841c81d

Please sign in to comment.