[patch] "Upcoming Release 6.0-BETA5" anchor link broken.

Pawel Worach pawel.worach at gmail.com
Sun Oct 9 07:19:28 PDT 2005


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


More information about the freebsd-www mailing list