diff options
author | Joseph Frazer <joseph.frazer@ryansg.com> | 2019-12-10 08:08:52 -0500 |
---|---|---|
committer | Joseph Frazer <joseph.frazer@ryansg.com> | 2019-12-10 08:08:52 -0500 |
commit | cdacd1d93d100f0555cc0e67e9c265c89160e2ca (patch) | |
tree | 68f915b571480d4b3e0e2b01eca293e45f02241b /src | |
parent | 2c1ff90d0a6c575ad791b1486f887e5453338daa (diff) | |
download | tame-cdacd1d93d100f0555cc0e67e9c265c89160e2ca.tar.gz tame-cdacd1d93d100f0555cc0e67e9c265c89160e2ca.tar.bz2 tame-cdacd1d93d100f0555cc0e67e9c265c89160e2ca.zip |
[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.
Diffstat (limited to 'src')
-rw-r--r-- | src/current/summary.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/current/summary.xsl b/src/current/summary.xsl index ac74099..09569c7 100644 --- a/src/current/summary.xsl +++ b/src/current/summary.xsl @@ -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 )"> |