0
0
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:
Thomas B. "dm8tbr" Ruecker
2014-03-09 13:02:35 +00:00
parent 43cad03707
commit 08a6345b22
2 changed files with 2 additions and 2 deletions

View File

@@ -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>