- Fix problems related to automatically generated entities
PR: www/171659 Submitted by: Derek Wood <ddwood@outlook.com>
This commit is contained in:
parent
b8462394cd
commit
7a61d70219
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39557
2 changed files with 5 additions and 1 deletions
share/sgml
|
@ -11,6 +11,6 @@
|
|||
rewritePrefix="./"/>
|
||||
|
||||
<public
|
||||
publicId="-//FreeBSD//DTD FreeBSD Automatically Generated Entities//EN"
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN"
|
||||
uri="autogen.ent" />
|
||||
</catalog>
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
<!-- FreeBSD XHTML 1.0 Transitional-Based Extension -->
|
||||
<!-- PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN" -->
|
||||
|
||||
<!ENTITY % autogen.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN"
|
||||
"http://www.FreeBSD.org/XML/cwd/autogen.ent">
|
||||
%autogen.ent;
|
||||
|
||||
<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/l10n.ent">
|
||||
%l10n.ent;
|
||||
|
|
Loading…
Reference in a new issue