Skip to content

Commit

Permalink
feat(rendering): Notes are no longer subtyped. Modal's heading is sim…
Browse files Browse the repository at this point in the history
…ply 'Note' without brackets.
  • Loading branch information
geoffroy-noel-ddh committed Mar 19, 2024
1 parent 4f4e177 commit 0149c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/tei-to-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<xsl:when test="ends-with(../name(), 'term')"></xsl:when>
<xsl:when test="../name() = 'g'"></xsl:when>
<xsl:when test="@type='entity'">(Entity)</xsl:when>
<xsl:when test="ends-with(../name(), 'anchor')">(Note)</xsl:when>
<xsl:when test="ends-with(../name(), 'anchor')">Note</xsl:when>
<xsl:otherwise>(?)</xsl:otherwise>
</xsl:choose>
</span>
Expand Down

0 comments on commit 0149c6c

Please sign in to comment.