Skip to content

Commit

Permalink
feat(thornton): illegible characters are displayed as x not ?.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroy-noel-ddh committed Dec 3, 2024
1 parent c2465a1 commit 4df3371
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 @@ -288,7 +288,7 @@
</xsl:if>
<xsl:if test="@unit='char'">
<span class="missing-chars" title="illigible">
<xsl:for-each select="1 to $quantity_integer">?</xsl:for-each>
<xsl:for-each select="1 to $quantity_integer">x</xsl:for-each>
</span>
</xsl:if>
</span>
Expand Down

0 comments on commit 4df3371

Please sign in to comment.