Fix syntax errors: quote arguments and end tags.
This commit is contained in:
parent
f904776521
commit
f468ad20cd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11122
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.13 2001/11/01 17:23:08 phantom Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.14 2001/11/04 21:14:10 jkh 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.13 2001/11/01 17:23:08 phantom Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.14 2001/11/04 21:14:10 jkh Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -297,7 +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>
|
||||
<p><img src="daemon-statuette-70.gif" align="right"/>
|
||||
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
|
||||
|
@ -306,7 +306,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>
|
||||
<p><img src="daemon-statuette-70.gif" align="right"/>
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue