Use 'Sparc64' in place of just 'Sparc'.
Suggested by: bmah
This commit is contained in:
parent
0b62492db3
commit
6eaba50ded
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19108
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.85 2003/12/06 07:39:32 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.87 2003/12/08 16:38:22 trhodes 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.85 2003/12/06 07:39:32 hrs Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.87 2003/12/08 16:38:22 trhodes Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -109,7 +109,7 @@
|
|||
· <a href="platforms/alpha.html">Alpha</a><br/>
|
||||
· <a href="platforms/ia64.html">IA64</a><br/>
|
||||
· <a href="platforms/amd64.html">AMD64</a><br/>
|
||||
· <a href="platforms/sparc.html">Sparc</a><br/>
|
||||
· <a href="platforms/sparc.html">Sparc64</a><br/>
|
||||
· <a href="platforms/index.html">More?</a><br/>
|
||||
</small></p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue