Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Linebreak into if
  • Loading branch information
kthoden committed Jun 19, 2019
1 parent c0521ce commit 52051da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tei2eoatex.xsl
Expand Up @@ -1095,8 +1095,9 @@ contexts, a double replacement is performed.
<xsl:text>
\noindent e-ISBN [EPUB] </xsl:text>
<xsl:value-of select="//tei:publicationStmt/tei:idno[@type='isbnepub']"/>
<xsl:text>\\&#x000a; </xsl:text>
</xsl:if>
<xsl:text>\\&#x000a;First published </xsl:text>
<xsl:text>First published </xsl:text>
<xsl:value-of select="substring-before(//tei:publicationStmt/tei:date/@when, '-')"/>
<xsl:text> by </xsl:text>
<xsl:value-of select="//tei:publicationStmt/tei:publisher/tei:orgName[@n='EOA']"/>
Expand Down

0 comments on commit 52051da

Please sign in to comment.