mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Do not display dummy <authenticator> tag.
This commit is contained in:
parent
f90fb78ba0
commit
e445065ab1
@ -101,7 +101,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<xsl:for-each select="*[not(self::metadata) and not(self::authentication)]">
|
||||
<xsl:for-each select="*[not(self::metadata) and not(self::authentication) and not(self::authenticator)]">
|
||||
<tr>
|
||||
<td><xsl:value-of select="name()" /></td>
|
||||
<td><xsl:value-of select="text()" /></td>
|
||||
@ -141,4 +141,4 @@
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
|
Loading…
Reference in New Issue
Block a user