Add a missing </h2> to fix the breakage I introduced in the previous
commit to this file.
This commit is contained in:
parent
576e5e167b
commit
e70f56e4ce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8451
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.86 2000/11/10 02:35:47 kuriyama Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/docs.sgml,v 1.87 2000/11/29 14:30:51 jim Exp $">
|
||||
<!ENTITY title "Documentation">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/docs.sgml,v 1.86 2000/11/10 02:35:47 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/en/docs.sgml,v 1.87 2000/11/29 14:30:51 jim Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -273,7 +273,7 @@
|
|||
installing and configuring various ports.</p>
|
||||
|
||||
<h2><a name="porthb" href="http://www.FreeBSD.org/porters-handbook/">The
|
||||
FreeBSD Porter's Handbook</a>
|
||||
FreeBSD Porter's Handbook</a></h2>
|
||||
|
||||
<p>An evolving, comprehensive online resource for users interested
|
||||
in creating and submitting a port for the ports collection. It
|
||||
|
|
Loading…
Reference in a new issue