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

karl at svn.xiph.org karl at svn.xiph.org
Sun Feb 10 20:00:07 PST 2008


Author: karl
Date: 2008-02-10 20:00:06 -0800 (Sun, 10 Feb 2008)
New Revision: 14467

Modified:
   icecast/trunk/icecast/web/server_version.xsl
Log:
remove a trailing / on link, It seems to have a bad effect on displaying the
stream directory pages currently


Modified: icecast/trunk/icecast/web/server_version.xsl
===================================================================
--- icecast/trunk/icecast/web/server_version.xsl	2008-02-11 03:41:34 UTC (rev 14466)
+++ icecast/trunk/icecast/web/server_version.xsl	2008-02-11 04:00:06 UTC (rev 14467)
@@ -69,7 +69,7 @@
 </tr>
 <tr>
 	<td width="130">Stream Directory </td>
-	<td class="streamdata"><a class="nav" target="_blank" href="http://dir.xiph.org/index.php/">dir.xiph.org</a></td>
+	<td class="streamdata"><a class="nav" target="_blank" href="http://dir.xiph.org/index.php">dir.xiph.org</a></td>
 </tr>
 <tr>
 	<td width="130">Community</td>



More information about the commits mailing list