Skip to content

Commit

Permalink
display tei:gap in lemmata
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jul 18, 2019
1 parent d56cc03 commit 27295a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsl/apparatus.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@
<xsl:template match="tei:lb" mode="lemma">
<xsl:text> </xsl:text>
</xsl:template>
<xsl:template match="tei:q" mode="lemma">
<xsl:call-template name="enquote"/>
<xsl:template match="tei:gap" mode="lemma">
<xsl:text>[…]</xsl:text>
</xsl:template>
<xsl:template match="tei:choice" mode="lemma">
<xsl:choose>
Expand Down

0 comments on commit 27295a5

Please sign in to comment.