Third time's the charm: finally get the "upcoming release" stuff right.

It looks like anchor references are case-sensitive (pretty obvious with
hindsight), so match the case here and in where.sgml.

Pointed out by:	Pawel Worach on www@
This commit is contained in:
Ceri Davies 2005-10-09 16:14:38 +00:00
parent 3f7858cd7f
commit e376c20595
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25956

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/index.xsl,v 1.134 2005/10/07 14:15:48 ceri Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.135 2005/10/08 09:26:48 ceri Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -6,7 +6,7 @@
<xsl:import href="news/includes.xsl"/>
<xsl:variable name="base" select="'.'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.134 2005/10/07 14:15:48 ceri Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.135 2005/10/08 09:26:48 ceri Exp $'"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<!-- these params should be externally bound. The values
@ -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>