mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Typo
This commit is contained in:
parent
97b83a0e87
commit
79bb5e9583
@ -1,7 +1,7 @@
|
|||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:xt="http://www.jclark.com/xt" extension-element-prefixes="xt" exclude-result-prefixes="xt">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:xt="http://www.jclark.com/xt" extension-element-prefixes="xt" exclude-result-prefixes="xt">
|
||||||
<!-- Import include files -->
|
<!-- Import include files -->
|
||||||
<xsl:include href="includes/confirm.xsl"/>
|
<xsl:include href="includes/confirm.xsl"/>
|
||||||
<xsl:variable name="title">Confirm Stopping dumpfile</xsl:variable>
|
<xsl:variable name="title">Confirm stopping dump file</xsl:variable>
|
||||||
<xsl:template name="content">
|
<xsl:template name="content">
|
||||||
<xsl:for-each select="/report/incident">
|
<xsl:for-each select="/report/incident">
|
||||||
<xsl:variable name="get-parameters" select="resource[@type='parameter']/value[@member='get-parameters']" />
|
<xsl:variable name="get-parameters" select="resource[@type='parameter']/value[@member='get-parameters']" />
|
||||||
|
Loading…
Reference in New Issue
Block a user