Fix web build by using the right entities (e.g. &imp; -> &b.imp;)
This commit is contained in:
parent
7c571949f9
commit
53ff27f3c8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15984
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Notice: We are using a different character on obrien's name, this
|
|||
is due to breakage when I attempt to use one of the entity characters
|
||||
of ' or ".
|
||||
|
||||
$FreeBSD: www/en/hats.ent,v 1.4 2003/02/11 19:14:20 trhodes Exp $
|
||||
$FreeBSD: www/en/hats.ent,v 1.5 2003/02/11 20:50:01 bmah Exp $
|
||||
|
||||
-->
|
||||
|
||||
|
@ -34,7 +34,7 @@ $FreeBSD: www/en/hats.ent,v 1.4 2003/02/11 19:14:20 trhodes Exp $
|
|||
<!-- FreeBSD Security Officer -->
|
||||
<!ENTITY b.so '&b.nectar;'>
|
||||
|
||||
<!ENTITY b.so-team '&b.kris;, &b.guido;, &b.wes;, &b.dannyboy;, &b.des;, &b.billf;, &b.trevor;, &b.rwatson; &imp; &jedgar;'>
|
||||
<!ENTITY b.so-team '&b.kris;, &b.guido;, &b.wes;, &b.dannyboy;, &b.des;, &b.billf;, &b.trevor;, &b.rwatson; &b.imp; &b.jedgar;'>
|
||||
|
||||
<!-- FreeBSD Technical Review Board -->
|
||||
<!ENTITY b.trb '&b.dfr;, &b.jake;, &b.jeff;, &b.iedowse;, &b.alc;, &b.gallatin;, &b.jhb;, &b.peter;, &b.imp;, &b.sam;'>
|
||||
|
|
Loading…
Reference in a new issue