Remove experimental processing instructions that, in theory, caused no
problems and did no harm. They were literally harmless. Wouldn't hurt a fly. Helped old ladies across the street. Certainly would not cause any trouble with XML documents, no sir. Sponsored by: iXsystems
This commit is contained in:
parent
5644af9e6a
commit
4ab7310279
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50690
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> <?no-translate start?>%pgpkeys;<?no-translate end?>
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
]>
|
||||
|
||||
<!--
|
||||
|
@ -52,24 +52,24 @@
|
|||
<sect1 xml:id="pgpkeys-officers">
|
||||
<title>Officers</title>
|
||||
|
||||
<?no-translate start?>§ion.pgpkeys-officers;<?no-translate end?>
|
||||
§ion.pgpkeys-officers;
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="pgpkeys-core">
|
||||
<title>Core Team Members</title>
|
||||
|
||||
<?no-translate start?>§ion.pgpkeys-core;<?no-translate end?>
|
||||
§ion.pgpkeys-core;
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="pgpkeys-developers">
|
||||
<title>Developers</title>
|
||||
|
||||
<?no-translate start?>§ion.pgpkeys-developers;<?no-translate end?>
|
||||
§ion.pgpkeys-developers;
|
||||
</sect1>
|
||||
|
||||
<sect1 xml:id="pgpkeys-other">
|
||||
<title>Other Cluster Account Holders</title>
|
||||
|
||||
<?no-translate start?>§ion.pgpkeys-other;<?no-translate end?>
|
||||
§ion.pgpkeys-other;
|
||||
</sect1>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue