Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing surplus braces
  • Loading branch information
Klaus Thoden committed Sep 13, 2018
1 parent 1d4161b commit 1330f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tei2eoatex.xsl
Expand Up @@ -436,8 +436,8 @@ contexts, a double replacement is performed.
<xsl:text>}</xsl:text>
</xsl:otherwise>
</xsl:choose>
<xsl:text>}</xsl:text>
<xsl:text>}&#x000a;</xsl:text>
<!-- <xsl:text>}</xsl:text> -->
<xsl:text>&#x000a;</xsl:text>
<xsl:choose>
<xsl:when test="not(../@xml:id)">
<xsl:value-of select="eoa:debug(1, 'Chapter has no ID: ', node())" />
Expand Down

0 comments on commit 1330f77

Please sign in to comment.