Fix bogus image links (whoops!)
This commit is contained in:
parent
f468ad20cd
commit
3fc1121a4f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11125
1 changed files with 4 additions and 6 deletions
10
en/index.xsl
10
en/index.xsl
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.14 2001/11/04 21:14:10 jkh Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.15 2001/11/05 01:51:01 dd 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.14 2001/11/04 21:14:10 jkh Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.15 2001/11/05 01:51:01 dd Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -297,8 +297,7 @@
|
|||
<a href="{$base}/doc/en_US.ISO8859-1/articles/contributing/index.html">Contributing
|
||||
to FreeBSD</a> article for more information.</p>
|
||||
|
||||
<p><img src="daemon-statuette-70.gif" align="right"/>
|
||||
Even if you're not a programmer, there are other ways to
|
||||
<p>Even if you're not a programmer, there are other ways to
|
||||
contribute to FreeBSD. The FreeBSD Foundation is a
|
||||
non-profit organization for which direct contributions
|
||||
are fully tax deductible. Please contact
|
||||
|
@ -306,8 +305,7 @@
|
|||
for more information or write to: The FreeBSD Foundation,
|
||||
7321 Brockway Dr. Boulder, CO. 80303. USA</p>
|
||||
|
||||
<p><img src="daemon-statuette-70.gif" align="right"/>
|
||||
Silicon Breeze have also sculpted and cast the BSD Daemon
|
||||
<p>Silicon Breeze have also sculpted and cast the BSD Daemon
|
||||
in metal and are now donating 15% of all proceeds from
|
||||
these statuettes back to the FreeBSD Foundation. The complete
|
||||
story and information on how to order their BSD Daemon is
|
||||
|
|
Loading…
Reference in a new issue