1
0
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:
Philipp Schafft 2015-02-09 14:25:45 +00:00
parent 91eb78fc3a
commit 9e975d56cb

View File

@ -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>