mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-10-22 02:14:07 -04:00
Set content-type to official "application/json"
svn path=/icecast/trunk/icecast/; revision=19112
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
THE POSSIBILITY OF SUCH DAMAGE.
|
||||
-->
|
||||
|
||||
<xsl:output indent="no" omit-xml-declaration="yes" method="text" encoding="UTF-8" media-type="text/x-json"/>
|
||||
<xsl:output indent="no" omit-xml-declaration="yes" method="text" encoding="UTF-8" media-type="application/json"/>
|
||||
<xsl:strip-space elements="*"/>
|
||||
<!--default to no output-->
|
||||
<xsl:variable name="output">false</xsl:variable>
|
||||
|
||||
Reference in New Issue
Block a user