Add missing closing tags.
This commit is contained in:
parent
51771a7f5f
commit
ed1632b933
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26742
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/snapshots/index.sgml,v 1.11 2005/10/04 19:43:53 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/snapshots/index.sgml,v 1.12 2005/12/11 10:13:21 joel Exp $">
|
||||
<!ENTITY title "FreeBSD Snapshot Releases">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
||||
<!ENTITY url.snapshots "ftp://ftp.freebsd.org/pub/FreeBSD/snapshots">
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/snapshots/index.sgml,v 1.11 2005/10/04 19:43:53 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/en/snapshots/index.sgml,v 1.12 2005/12/11 10:13:21 joel Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -26,8 +26,8 @@
|
|||
<p>The snapshots currently available are the following:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="&url.snapshots;/Dec_2005/">Snapshots in December, 2005</a>
|
||||
<li><a href="&url.snapshots;/Nov_2005/">Snapshots in November, 2005</a>
|
||||
<li><a href="&url.snapshots;/Dec_2005/">Snapshots in December, 2005</a></li>
|
||||
<li><a href="&url.snapshots;/Nov_2005/">Snapshots in November, 2005</a></li>
|
||||
<!-- template for adding a new entry:
|
||||
|
||||
<li><a href="&url.snapshots;/Feb_2005/">Snapshots in February, 2005 (alpha, amd64, i386, ia64, pc98, sparc64)</a>
|
||||
|
|
Loading…
Reference in a new issue