Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
implemented line break
  • Loading branch information
EsGeh authored and EsGeh committed Mar 20, 2019
1 parent ac4538d commit 9eacc54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tei2html.xsl
Expand Up @@ -1083,6 +1083,10 @@
</xsl:choose>
</xsl:template>

<xsl:template match="tei:lb" mode="html">
<br/>
</xsl:template>

<xsl:template match="tei:body//tei:foreign" mode="html">
<span lang="{@xml:lang}">
<xsl:apply-templates/>
Expand Down

0 comments on commit 9eacc54

Please sign in to comment.