Skip to content
Snippets Groups Projects
Commit fe0f974f authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

tei:cb erzeugt Zeilenumbruch

parent 88f8cfc7
No related branches found
No related tags found
No related merge requests found
...@@ -874,6 +874,10 @@ ...@@ -874,6 +874,10 @@
<xsl:text>&gt;</xsl:text> <xsl:text>&gt;</xsl:text>
</xsl:template> </xsl:template>
<xsl:template match="tei:cb" mode="step3">
<xsl:text>&#xA;</xsl:text>
</xsl:template>
<xsl:template match="tei:corr" mode="step3"> <xsl:template match="tei:corr" mode="step3">
<xsl:choose> <xsl:choose>
<xsl:when test="ancestor::tei:hi[@rendition = '#aq']"> <xsl:when test="ancestor::tei:hi[@rendition = '#aq']">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment