Add a missing "mailto:" protocol specifier for one of my e-mail address
references. Submitted by: Jesus Monroy Jr. <jessem@livecam.com>
This commit is contained in:
parent
44d1555a95
commit
570bd726ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5175
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$Date: 1999-06-07 03:32:48 $">
|
||||
<!ENTITY date "$Date: 1999-07-05 23:07:14 $">
|
||||
<!ENTITY title "FreeBSD Documentation Project: Current projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: current.sgml,v 1.13 1999-06-07 03:32:48 steve Exp $ -->
|
||||
<!-- $Id: current.sgml,v 1.14 1999-07-05 23:07:14 nik Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -91,7 +91,7 @@
|
|||
<a name="rewritethehandbook"></a>
|
||||
<h3><font color="#660000">Rewrite the Handbook :-)</font></h3>
|
||||
|
||||
<p><b>Responsible:</b> Nik Clayton <<a href="nik@FreeBSD.org">nik@FreeBSD.org</a>></p>
|
||||
<p><b>Responsible:</b> Nik Clayton <<a href="mailto:nik@FreeBSD.org">nik@FreeBSD.org</a>></p>
|
||||
|
||||
<p><b>Synopsis:</b> The Handbook has grown quite organically over the
|
||||
past few years. This means some of the sections are not organised as
|
||||
|
|
Loading…
Reference in a new issue