Skip to content

Commit

Permalink
Fixes #50.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPerathoner committed Aug 31, 2017
1 parent b84aac1 commit 2d242e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xslt/mss-transcript.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@
</div>
<xsl:text>&#x0a;&#x0a;</xsl:text>

<!-- If the text ends here or is followed by a capitulatio. -->
<xsl:if test="not (following-sibling::tei:ab) or following-sibling::*[1][self::tei:milestone[@unit='capitulatio']]">
<!-- If the text ends here, or is followed by a capitulatio, or is an epilog or explicit. -->
<xsl:if test="not (following-sibling::tei:ab) or following-sibling::*[1][self::tei:milestone[@unit='capitulatio']] or contains (@corresp, '_epilog') or contains (@corresp, '_explicit')">
<xsl:call-template name="footnotes-wrapper"/>
<xsl:call-template name="page-break" />
</xsl:if>
Expand Down

0 comments on commit 2d242e4

Please sign in to comment.