stop highlighting the refs that are not relevant

This commit is contained in:
Oleg Belyaev 2025-03-21 19:46:17 +03:00
parent 666194f3e4
commit d8d24c1dc9

View file

@ -227,10 +227,10 @@
<xsl:template match="tei:c | tei:m | tei:w | tei:phr | tei:s">
<xsl:choose>
<xsl:when test="../name() = 'mentioned'">
<xsl:element name="a">
<xsl:attribute name="href">#</xsl:attribute>
<!-- <xsl:element name="a"> -->
<!-- <xsl:attribute name="href">#</xsl:attribute> -->
<xsl:call-template name="make-word"/>
</xsl:element>
<!-- </xsl:element> -->
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="make-word"/>