mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Only show "Mount Authentication" if there is something to show
This commit is contained in:
parent
0b754ef185
commit
55e5a7eacc
@ -120,7 +120,7 @@
|
||||
<xsl:call-template name="playlist" />
|
||||
|
||||
<!-- Mount Authentication -->
|
||||
<xsl:if test="authentication">
|
||||
<xsl:if test="authentication/*">
|
||||
<h4>Mount Authentication</h4>
|
||||
<xsl:call-template name="authlist" />
|
||||
</xsl:if>
|
||||
|
Loading…
Reference in New Issue
Block a user