1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-01-03 14:56:34 -05:00

Fix: Only show "Mount Authentication" if there is something to show

This commit is contained in:
Philipp Schafft 2020-10-01 21:30:22 +00:00
parent 0b754ef185
commit 55e5a7eacc

View File

@ -120,7 +120,7 @@
<xsl:call-template name="playlist" /> <xsl:call-template name="playlist" />
<!-- Mount Authentication --> <!-- Mount Authentication -->
<xsl:if test="authentication"> <xsl:if test="authentication/*">
<h4>Mount Authentication</h4> <h4>Mount Authentication</h4>
<xsl:call-template name="authlist" /> <xsl:call-template name="authlist" />
</xsl:if> </xsl:if>