[xiph-cvs] r6457 - icecast/trunk/icecast/web
msmith at xiph.org
msmith at xiph.org
Tue Mar 23 15:34:47 PST 2004
Author: msmith
Date: 2004-03-23 18:34:47 -0500 (Tue, 23 Mar 2004)
New Revision: 6457
Modified:
icecast/trunk/icecast/web/status.xsl
Log:
Fix to default status.xsl: we were looking for server_url as an attribute rather
than an element incorrectly in one place, this fixes it so that the link is
correct. Patch from Dave St John.
<p><p><p>Modified: icecast/trunk/icecast/web/status.xsl
===================================================================
--- icecast/trunk/icecast/web/status.xsl 2004-03-23 05:28:21 UTC (rev 6456)
+++ icecast/trunk/icecast/web/status.xsl 2004-03-23 23:34:47 UTC (rev 6457)
@@ -43,7 +43,7 @@
<tr><td>Stream Genre:</td><td class="streamdata"> <xsl:value-of select="genre" /></td></tr>
</xsl:if>
<xsl:if test="server_url">
-<tr><td>Stream URL:</td><td class="streamdata"> <a href="{@server_url}"><xsl:value-of select="server_url" /></a></td></tr>
+<tr><td>Stream URL:</td><td class="streamdata"> <a href="{server_url}"><xsl:value-of select="server_url" /></a></td></tr>
</xsl:if>
<tr><td>Current Song:</td><td class="streamdata">
<xsl:if test="artist"><xsl:value-of select="artist" /> - </xsl:if><xsl:value-of select="title" /></td></tr>
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list