Skip to content

Commit

Permalink
tweak a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sydb committed Oct 27, 2023
1 parent 4224dd0 commit 739d94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/readme/html/to.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ of this software, even if advised of the possibility of such damage.</p>
<xsl:variable name="tagdoc" select="concat( $tagdocStart, $content, '.html' )"/>
<a class="{$class}" href="{$tagdoc}"><xsl:apply-templates/></a>
</xsl:when>
<!-- else this is not a TEI scheme element or identifier, also no link, just highlight it -->
<!-- else this is not a TEI scheme element or name, also no link, just highlight it -->
<xsl:otherwise>
<span class="{$class}"><xsl:apply-templates/></span>
</xsl:otherwise>
Expand Down

0 comments on commit 739d94b

Please sign in to comment.