Skip to content

Commit

Permalink
feat(at): changed the symbol used at the beginning and end of the eve…
Browse files Browse the repository at this point in the history
…nts.
  • Loading branch information
geoffroy-noel-ddh committed Aug 15, 2024
1 parent cf9c1e6 commit ce51e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions responses/at-tei-to-tei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@
<xsl:apply-templates />
<span>
<xsl:choose>
<xsl:when test="name() = 'milestone'"></xsl:when>
<xsl:when test="name() = 'anchor'"></xsl:when>
<xsl:when test="name() = 'milestone'"></xsl:when>
<xsl:when test="name() = 'anchor'"></xsl:when>
</xsl:choose>
</span>
<xsl:variable name="bookkey">
Expand Down

0 comments on commit ce51e97

Please sign in to comment.