svn commit: r39557 - head/share/sgml

Gabor Kovesdan gabor at FreeBSD.org
Sat Sep 15 18:52:16 UTC 2012


Author: gabor
Date: Sat Sep 15 18:52:16 2012
New Revision: 39557
URL: http://svn.freebsd.org/changeset/doc/39557

Log:
  - Fix problems related to automatically generated entities
  
  PR:		www/171659
  Submitted by:	Derek Wood <ddwood at outlook.com>

Modified:
  head/share/sgml/catalog-cwd.xml
  head/share/sgml/xhtml10-freebsd.dtd   (contents, props changed)

Modified: head/share/sgml/catalog-cwd.xml
==============================================================================
--- head/share/sgml/catalog-cwd.xml	Sat Sep 15 18:43:26 2012	(r39556)
+++ head/share/sgml/catalog-cwd.xml	Sat Sep 15 18:52:16 2012	(r39557)
@@ -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>

Modified: head/share/sgml/xhtml10-freebsd.dtd
==============================================================================
--- head/share/sgml/xhtml10-freebsd.dtd	Sat Sep 15 18:43:26 2012	(r39556)
+++ head/share/sgml/xhtml10-freebsd.dtd	Sat Sep 15 18:52:16 2012	(r39557)
@@ -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;


More information about the svn-doc-head mailing list