[DEV-6595] Loosen the way we find classification matches

The `<t:match-class-code-lookup />` matches were not showing in the
summary pages. I loosened the selector so it is able to find the matches
when it generates the summary pages.
master
Joseph Frazer 2019-12-10 08:08:52 -05:00
parent 2c1ff90d0a
commit cdacd1d93d
1 changed files with 1 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@
<!-- FIXME: it's assumed that generated classifications are always part of the
same package (this is true right now, but may not be in the future!) -->
<xsl:variable name="ref" select="
/lv:*/lv:classify[ @yields=$on ]/lv:match
//lv:classify[ @yields=$on ]/lv:match
" />
<xsl:if test="not( $ref )">