Skip to content

Commit

Permalink
[tei2folia] fixed regression causing empty text element #46
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 8, 2021
1 parent 19269be commit 455740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foliatools/tei2folia.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Heavily adapted by Maarten van Gompel (Radboud University)
</div>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="/text/tei:text/*" mode="structure"/>
<xsl:apply-templates select="//tei:text/*" mode="structure"/>
</xsl:otherwise>
</xsl:choose>
</text>
Expand Down

0 comments on commit 455740d

Please sign in to comment.