Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Space management
  • Loading branch information
kthoden committed Apr 12, 2019
1 parent c27b850 commit 2235b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tei2eoatex.xsl
Expand Up @@ -20,8 +20,8 @@
<xsl:key name="de" match="translations/entry" use="@de"/>
<xsl:key name="fr" match="translations/entry" use="@fr"/>
<xsl:key name="it" match="translations/entry" use="@it"/>
<xsl:preserve-space elements="tei:*"/>
<xsl:strip-space elements="tei:*"/>
<xsl:preserve-space elements="tei:*"/>

<xsl:output method="text" encoding="UTF-8" use-character-maps="texreplacements"/>
<xsl:character-map name="texreplacements">
Expand Down

0 comments on commit 2235b89

Please sign in to comment.