Fix a typo so that this actually works.
Approved by: murray
This commit is contained in:
parent
3823ccc9aa
commit
cbb86d8a95
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12828
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/register.sgml,v 1.20 2002/04/01 13:39:05 ceri Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/register.sgml,v 1.21 2002/04/02 17:48:05 ceri Exp $">
|
||||
<!ENTITY title "Register">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -45,7 +45,7 @@
|
|||
security-notifications@FreeBSD.org mailing list: </td>
|
||||
|
||||
<td><input type="radio" name="security-notifications" value="yes"> Subscribe<br>
|
||||
<input type="radio" name="security-notications" value="no"> Unsubscribe</td>
|
||||
<input type="radio" name="security-notifications" value="no"> Unsubscribe</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in a new issue