Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Oct 2005 16:19:19 +0200
From:      Pawel Worach <pawel.worach@gmail.com>
To:        www@freebsd.org
Subject:   [patch] "Upcoming Release 6.0-BETA5" anchor link broken.
Message-ID:  <434926E7.6040806@gmail.com>

next in thread | raw e-mail | index | archive | help
Seems like they are case sensitive so
http://www.freebsd.org/where.html#HELPTEST doesn't work, but
http://www.freebsd.org/where.html#helptest works.

Index: en/index.xsl
===================================================================
RCS file: /export/ctm/cvs/www/en/index.xsl,v
retrieving revision 1.135
diff -u -r1.135 index.xsl
--- en/index.xsl	8 Oct 2005 09:26:48 -0000	1.135
+++ en/index.xsl	9 Oct 2005 14:13:41 -0000
@@ -98,7 +98,7 @@
  					</li>
  				    <xsl:if test="$beta.testing">
  					<li>
-					  <a href="{$base}/where.html#HELPTEST">Upcoming Release
+					  <a href="{$base}/where.html#helptest">Upcoming Release
  					    <xsl:value-of select="concat($betarel.current, '-', 
$betarel.vers)"/></a>
  					</li>
  				    </xsl:if>

-- 
Pawel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?434926E7.6040806>