1
0
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:
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" />
<!-- Mount Authentication -->
<xsl:if test="authentication">
<xsl:if test="authentication/*">
<h4>Mount Authentication</h4>
<xsl:call-template name="authlist" />
</xsl:if>