1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Fix: Corrected styling for server_version.xsl page

This commit is contained in:
Philipp Schafft 2020-10-01 12:26:01 +00:00
parent e5e04d5764
commit 3a5ea5fc7e

View File

@ -3,9 +3,9 @@
<xsl:include href="includes/web-page.xsl"/>
<xsl:variable name="title">Server Information</xsl:variable>
<xsl:template name="content">
<div class="roundbox">
<h3>Server Information</h3>
<table class="yellowkeys">
<section class="box">
<h3 class="box_title">Server Information</h3>
<table class="table-keys">
<tbody>
<xsl:for-each select="/icestats">
<tr>
@ -47,6 +47,6 @@
</tr>
</tbody>
</table>
</div>
</section>
</xsl:template>
</xsl:stylesheet>