stop highlighting the refs that are not relevant
This commit is contained in:
parent
666194f3e4
commit
d8d24c1dc9
1 changed files with 3 additions and 3 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue