mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Do not show <listener> tags on admin/stats.xsl
This commit is contained in:
parent
91eb78fc3a
commit
9e975d56cb
@ -107,7 +107,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<xsl:for-each select="*[not(self::metadata) and not(self::authentication) and not(self::authenticator)]">
|
||||
<xsl:for-each select="*[not(self::metadata) and not(self::authentication) and not(self::authenticator) and not(self::listener)]">
|
||||
<tr>
|
||||
<td><xsl:value-of select="name()" /></td>
|
||||
<td><xsl:value-of select="text()" /></td>
|
||||
|
Loading…
Reference in New Issue
Block a user