[xiph-commits] r13763 - icecast/trunk/icecast/web

karl at svn.xiph.org karl at svn.xiph.org
Wed Sep 5 18:33:29 PDT 2007


Author: karl
Date: 2007-09-05 18:33:29 -0700 (Wed, 05 Sep 2007)
New Revision: 13763

Modified:
   icecast/trunk/icecast/web/status.xsl
Log:
missed this from a previous update


Modified: icecast/trunk/icecast/web/status.xsl
===================================================================
--- icecast/trunk/icecast/web/status.xsl	2007-09-06 00:24:17 UTC (rev 13762)
+++ icecast/trunk/icecast/web/status.xsl	2007-09-06 01:33:29 UTC (rev 13763)
@@ -1,5 +1,5 @@
 <xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" >
-<xsl:output omit-xml-declaration="no" method="xml" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" indent="yes" encoding="UTF-8" />
+<xsl:output omit-xml-declaration="no" method="html" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" indent="yes" encoding="UTF-8" />
 <xsl:template match = "/icestats" >
 <html>
 <head>



More information about the commits mailing list