Double quote '4.6.2' so that it is treated as a string, rather than an

invalid number.
This commit is contained in:
Murray Stokely 2002-08-15 20:49:48 +00:00
parent 19f5199b99
commit 85e5f9b7a3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13889

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/en/includes.xsl,v 1.7 2002/06/15 23:44:07 bmah Exp $ -->
<!-- $FreeBSD: www/en/includes.xsl,v 1.8 2002/08/15 20:39:50 murray Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -78,7 +78,7 @@
<xsl:copy-of select="$date"/></address>
</xsl:variable>
<xsl:variable name="rel.current" select="4.6.2"/>
<xsl:variable name="rel.current" select='"4.6.2"'/>
<xsl:variable name="u.rel.notes">
<xsl:value-of select="$base"/>/releases/<xsl:value-of select="$rel.current"/>R/relnotes.html</xsl:variable>