Add missing entities declaration.
While I'm there: addition of lang="fr" in article tag. Signaled by: jhay Submitted by: keramida
This commit is contained in:
parent
a2f8289f99
commit
16611f3e5e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14317
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$Id: article.sgml,v 1.5 2002-09-18 13:30:43 gioria Exp $
|
||||
$Id: article.sgml,v 1.6 2002-09-19 11:36:31 blackend Exp $
|
||||
Original revision: 1.259
|
||||
-->
|
||||
|
||||
|
@ -14,6 +14,8 @@
|
|||
%authors;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
||||
%teams;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % not.published "IGNORE">
|
||||
]>
|
||||
|
||||
|
@ -23,7 +25,7 @@
|
|||
adding your entity to the list of developers.
|
||||
-->
|
||||
|
||||
<article>
|
||||
<article lang="fr">
|
||||
<articleinfo>
|
||||
<title>Contributeurs au projet FreeBSD</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue