Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Commit 2c5ff27

Browse files
committed
Adding trait to element
1 parent 5ffd229 commit 2c5ff27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

class.xsl

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<xsl:template match="/project" mode="contents">
1212
<xsl:variable
1313
name="element"
14-
select="/project/file/class[full_name=$full_name]|/project/file/interface[full_name=$full_name]"
14+
select="/project/file/class[full_name=$full_name]|/project/file/interface[full_name=$full_name]|/project/file/trait[full_name=$full_name]"
1515
/>
1616

1717
<div class="row">
@@ -25,4 +25,4 @@
2525
<xsl:value-of select="$full_name" />
2626
</xsl:template>
2727

28-
</xsl:stylesheet>
28+
</xsl:stylesheet>

0 commit comments

Comments
 (0)