Skip to content

Commit

Permalink
Fixes #65.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelloPerathoner committed Dec 18, 2017
1 parent b136ce7 commit 37f61d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt/mss-transcript.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
<xsl:call-template name="make-sidebar-bk-chapter" />
</xsl:template>

<xsl:template match="tei:anchor[../tei:milestone[@unit = 'capitulatio' and @spanTo = concat ('#', current()/@xml:id)]]">
<xsl:template match="tei:anchor[preceding::tei:milestone[@spanTo = concat ('#', current()/@xml:id)]]">
<!-- this anchor marks the end of a capitulatio -->
<span class="milestone milestone-capitulatio-end" />
<xsl:call-template name="footnotes-wrapper" />
Expand Down

0 comments on commit 37f61d0

Please sign in to comment.