Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix extra spaces in citedRange text
  • Loading branch information
kthoden committed Jan 21, 2020
1 parent b76cd09 commit 6292d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stylesheets/tei2eoatex/eoatex_textparts.xsl
Expand Up @@ -664,7 +664,7 @@
<xsl:choose>
<xsl:when test="./tei:citedRange[not(@*)]">
<xsl:text>[</xsl:text>
<xsl:apply-templates/>
<xsl:apply-templates select="./tei:citedRange/node()"/>
<xsl:text>]</xsl:text>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit 6292d20

Please sign in to comment.