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

Zeilenumbrüche verbessert

parent 2af48037
No related branches found
No related tags found
No related merge requests found
......@@ -938,7 +938,7 @@
</fo:inline>
</xsl:template>
<xsl:template match="tei:lb[not(local-name(preceding-sibling::node()[1]) = 'pb')][not(parent::tei:p and (count(preceding-sibling::node()) = 0) or matches(preceding-sibling::node()[1],'^\s*$'))]" mode="step3">
<xsl:template match="tei:lb[not(local-name(preceding-sibling::node()[1]) = 'pb')][not(parent::tei:p and (count(preceding-sibling::node()) = 0))]" mode="step3">
<xsl:text>&#xA;</xsl:text>
<xsl:apply-templates mode="step3"/>
</xsl:template>
......
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