Add missing semicolon that should have been in my last commit.

Submitted by:	Rudolf Cejka
This commit is contained in:
Bruce A. Mah 2006-05-17 15:22:01 +00:00
parent d63d93a042
commit f819720688
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27868

View file

@ -6,7 +6,7 @@ allows multiple documents to use the abbreviated entities, and allows
us to update author names, or the representation of those names (such
as adding email addresses), by just editing a single file.
$FreeBSD: www/en/developers.sgml,v 1.132 2006/05/02 00:55:52 murray Exp $
$FreeBSD: www/en/developers.sgml,v 1.133 2006/05/16 16:30:27 bmah Exp $
-->
@ -209,7 +209,7 @@ so that we may keep a list of hat owners and modify only this file. -->
<!ENTITY a.portmgr '&a.kris;, &a.marcus;, &a.linimon;, &a.clement;, &a.krion;, &a.erwin;'>
<!-- FreeBSD Release Engineering Teams -->
<!ENTITY a.re.members '&a.murray;, &a.rwatson;, &a.scottl;, &a.dwhite;, &a.kensmith;, &a.hrs;, &a.mux;, &a.bmah'>
<!ENTITY a.re.members '&a.murray;, &a.rwatson;, &a.scottl;, &a.dwhite;, &a.kensmith;, &a.hrs;, &a.mux;, &a.bmah;'>
<!ENTITY a.re-alpha '&a.murray;, &a.rwatson;, &a.scottl;, &a.wilko;'>
<!ENTITY a.re-amd64 '&a.obrien;'>
<!ENTITY a.re-ia64 '&a.marcel;'>