Skip to content

Commit

Permalink
fix(at): renamed Definitions in the note banner to Gloss. As it used …
Browse files Browse the repository at this point in the history
…to be.
  • Loading branch information
geoffroy-noel-ddh committed Aug 16, 2024
1 parent ee06b9a commit de83d4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions responses/tei-to-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
<span class="banner">
<xsl:choose>
<xsl:when test="../@resp='ednote'">Editorial Note </xsl:when>
<xsl:when test="../@type='context'">Context </xsl:when>
<xsl:when test="../@type='context'">Context </xsl:when> <!-- TODO: still used? -->
<xsl:when test="@type='event'">Event </xsl:when>
<xsl:when test="../@type='oed'">Definition </xsl:when>
<xsl:when test="@type='term'">Definition </xsl:when>
<xsl:when test="../@type='oed'">Gloss </xsl:when> <!-- TODO: still used? -->
<xsl:when test="@type='term'">Gloss </xsl:when>
<xsl:when test="@type='person'">Person </xsl:when>
<xsl:when test="@type='place'">Place </xsl:when>
<xsl:when test="@type='glyph'">Symbol </xsl:when>
Expand Down

0 comments on commit de83d4a

Please sign in to comment.