Skip to content

Commit

Permalink
Fix crack at attempting a fix for #683:
Browse files Browse the repository at this point in the history
Links to customizations no longer respected prefixes, so ensure those are there
  • Loading branch information
joeytakeda committed May 14, 2024
1 parent 5a48e15 commit 2a58dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common_tagdocs.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3074,7 +3074,7 @@
</xsl:attribute>
<xsl:for-each-group select="current-group()" group-by="@name">
<xsl:sort select="@name"/>
<xsl:variable name="me" select="concat(@prefix, @name)"/>
<xsl:variable name="me" select="concat(tei:createSpecPrefix($here), @name)"/>
<xsl:variable name="display" select="@name"/>
<xsl:variable name="type" select="@type"/>
<xsl:for-each select="$here">
Expand Down

0 comments on commit 2a58dd7

Please sign in to comment.