From b0e11518ea52647d22ab891fd453e2eaf16c5816 Mon Sep 17 00:00:00 2001 From: Madhumiethaa Jayaprabha Palanisamy <madhujp@ebi.ac.uk> Date: Tue, 29 Aug 2023 06:50:01 +0000 Subject: [PATCH] Revert "CIT-8782" This reverts commit 35dbdadf647ba369685351ce003e9ebb582f69dc --- jats2html.xsl | 6 ++++-- preprint.xsl | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jats2html.xsl b/jats2html.xsl index a3c4287..00fec64 100644 --- a/jats2html.xsl +++ b/jats2html.xsl @@ -230,8 +230,9 @@ SOFTWARE. <xsl:variable name="doi"> <xsl:if test="article-meta/article-id[@pub-id-type='doi']"> <span class="doi"> + <xsl:text>doi: </xsl:text> <a href="{concat('https://doi.org/', article-meta/article-id[@pub-id-type='doi'])}" target="_blank"> - <xsl:value-of select="concat('https://doi.org/', article-meta/article-id[@pub-id-type='doi'])"/> + <xsl:value-of select="article-meta/article-id[@pub-id-type='doi']"/> </a> </span> </xsl:if> @@ -881,8 +882,9 @@ SOFTWARE. <div class="citeinfo"> <p class="identifiers"> <span class="doi"> + <xsl:text>doi: </xsl:text> <a href="{concat('https://doi.org/', article-id[@pub-id-type='doi'])}" target="_blank"> - <xsl:value-of select="concat('https://doi.org/', article-id[@pub-id-type='doi'])"/> + <xsl:value-of select="article-id[@pub-id-type='doi']"/> </a> </span> </p> diff --git a/preprint.xsl b/preprint.xsl index 3ecae30..a08a68d 100644 --- a/preprint.xsl +++ b/preprint.xsl @@ -88,8 +88,9 @@ SOFTWARE. --> </span> <br/> <span class="doi"> + <xsl:text>doi: </xsl:text> <a href="{concat('https://doi.org/', $doi)}"> - <xsl:value-of select="concat('https://doi.org/', $doi)"/> + <xsl:value-of select="$doi"/> </a> </span> </p> -- GitLab