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:
parent
3f7858cd7f
commit
e376c20595
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25956
1 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
<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:import href="news/includes.xsl"/>
|
||||||
|
|
||||||
<xsl:variable name="base" select="'.'"/>
|
<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'"/>
|
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||||
|
|
||||||
<!-- these params should be externally bound. The values
|
<!-- these params should be externally bound. The values
|
||||||
|
|
@ -98,7 +98,7 @@
|
||||||
</li>
|
</li>
|
||||||
<xsl:if test="$beta.testing">
|
<xsl:if test="$beta.testing">
|
||||||
<li>
|
<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>
|
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a>
|
||||||
</li>
|
</li>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue