Change the copyright link to a broader 'Legal' link, as is common with
other websites.
This commit is contained in:
parent
2b9e1afce0
commit
4bce584a6e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17391
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.62 2003/06/17 20:31:36 murray Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.63 2003/06/18 23:23:40 murray 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.62 2003/06/17 20:31:36 murray Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.63 2003/06/18 23:23:40 murray Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -557,7 +557,7 @@
|
|||
<xsl:value-of select="$date"/></small></td>
|
||||
|
||||
<td align="right"
|
||||
valign="top"><small><a href="copyright/index.html">Copyright</a> © 1995-2003
|
||||
valign="top"><small><a href="copyright/index.html">Legal</a><br/> © 1995-2003
|
||||
The FreeBSD Project.<br/>
|
||||
All rights reserved.</small></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue