Skip to content

Commit

Permalink
More work on #683
Browse files Browse the repository at this point in the history
Make sure all members of classSpecs also get their prefixes
  • Loading branch information
joeytakeda committed May 14, 2024
1 parent 2a58dd7 commit 20acc5c
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 @@ -2292,7 +2292,7 @@
<xsl:for-each select="key('CLASSMEMBERS', $this, $top )">
<Item type="{local-name()}" ident="{@ident}">
<xsl:call-template name="linkTogether">
<xsl:with-param name="name" select="concat(@prefix, @ident)"/>
<xsl:with-param name="name" select="concat(tei:createSpecPrefix(.), @ident)"/>
<xsl:with-param name="reftext">
<xsl:value-of select="tei:createSpecName(.)"/>
</xsl:with-param>
Expand Down

0 comments on commit 20acc5c

Please sign in to comment.