Unbreak.
Includes "DocBook Author Entities" to extract &a.joe; entity.
This commit is contained in:
parent
a170cdedda
commit
3bac820ce5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12739
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
]>
|
||||
|
||||
<article>
|
||||
|
@ -20,7 +22,7 @@
|
|||
<holder role="mailto:stijn@win.tue.nl">Stijn Hoop</holder>
|
||||
</copyright>
|
||||
|
||||
<pubdate role="rcs">$Date: 2002-04-10 02:05:55 $</pubdate>
|
||||
<pubdate role="rcs">$Date: 2002-04-10 12:54:25 $</pubdate>
|
||||
|
||||
<releaseinfo>$FreeBSD$</releaseinfo>
|
||||
|
||||
|
|
Loading…
Reference in a new issue