[xiph-commits] r14468 - websites/dir.xiph.org
karl at svn.xiph.org
karl at svn.xiph.org
Sun Feb 10 20:14:18 PST 2008
Author: karl
Date: 2008-02-10 20:14:17 -0800 (Sun, 10 Feb 2008)
New Revision: 14468
Modified:
websites/dir.xiph.org/index.php
Log:
css links should be absolute. closes #868
Modified: websites/dir.xiph.org/index.php
===================================================================
--- websites/dir.xiph.org/index.php 2008-02-11 04:00:06 UTC (rev 14467)
+++ websites/dir.xiph.org/index.php 2008-02-11 04:14:17 UTC (rev 14468)
@@ -9,8 +9,8 @@
<html>
<head>
<title>Icecast.org</title>
-<link rel="stylesheet" type="text/css" href="common/style.css" />
-<link rel="stylesheet" type="text/css" href="xiphcommon/xiphbar.css" />
+<link rel="stylesheet" type="text/css" href="/common/style.css" />
+<link rel="stylesheet" type="text/css" href="/xiphcommon/xiphbar.css" />
<? include "xiphcommon/xiphbar.include"; ?>
<table width="100%" border=0 cellpadding=0 cellspacing=0 bgcolor=black>
<tr><td colspan=3><img alt="Icecast Logo" src="images/icecast.png"></td></tr>
More information about the commits
mailing list