Skip to content

Commit

Permalink
MW / Citation / Add space before publication date in HTML mode. #846
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed May 24, 2024
1 parent 3dfda9c commit 0c4a8fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<span><xsl:copy-of select="translatedTitle/(text()|*)"/></span>

<xsl:value-of select="if (lastPublicationDate != '')
then concat('(', lastPublicationDate, ')')
then concat(' (', lastPublicationDate, ')')
else ''"/>

<!--<xsl:call-template name="citation-contact">
Expand Down

0 comments on commit 0c4a8fb

Please sign in to comment.