Fix feed grouping

This commit is contained in:
Lucidiot 2021-03-16 20:26:21 +01:00
parent ab581ed36b
commit d1735aa898
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<strong>Feed</strong>
</td>
<td>
<xsl:apply-templates select="itsb:feed[generate-id(.) = generate-id(key('feedKey', concat(../@id, ' ', @lang, ' ', @type)))]" />
<xsl:apply-templates select="itsb:feed" />
</td>
</tr>
</xsl:when>