CC-2886: changing file name
This commit is contained in:
parent
38c19ed3a3
commit
8ef8dbc668
1 changed files with 0 additions and 0 deletions
7
python_apps/icecast2/airtime-icecast-status.xsl
Normal file
7
python_apps/icecast2/airtime-icecast-status.xsl
Normal file
|
@ -0,0 +1,7 @@
|
|||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:template match="@*|node()">
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="@*|node()"/>
|
||||
</xsl:copy>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
Loading…
Add table
Add a link
Reference in a new issue