Skip to content

Commit

Permalink
feat(at): added event-mark class to the spans with marks around each …
Browse files Browse the repository at this point in the history
…event.
  • Loading branch information
geoffroy-noel-ddh committed Sep 2, 2024
1 parent 7673c58 commit d86a782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/at-tei-to-tei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<xsl:copy>
<xsl:apply-templates select="@*"/>
<xsl:apply-templates />
<span>
<span type="event-mark">
<xsl:choose>
<xsl:when test="name() = 'milestone'">⊢</xsl:when>
<xsl:when test="name() = 'anchor'">⊣</xsl:when>
Expand Down

0 comments on commit d86a782

Please sign in to comment.