svn commit: r42261 - head/en_US.ISO8859-1/books/fdp-primer/xml-primer
Warren Block
wblock at FreeBSD.org
Fri Jul 12 04:35:37 UTC 2013
Author: wblock
Date: Fri Jul 12 04:35:37 2013
New Revision: 42261
URL: http://svnweb.freebsd.org/changeset/doc/42261
Log:
Fix a couple of <programlisting> tags. Translators, this is a content
change.
Modified:
head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
Modified: head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Fri Jul 12 04:33:43 2013 (r42260)
+++ head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Fri Jul 12 04:35:37 2013 (r42261)
@@ -1495,15 +1495,13 @@ example.xml:5: element head: validity er
<title>Using a Parameter Entity to Control a Marked
Section</title>
- <programlisting>
-<!ENTITY % electronic.copy "INCLUDE">
+ <programlisting><!ENTITY % electronic.copy "INCLUDE">
<![%electronic.copy;[
<!ENTITY chap.preface SYSTEM "preface.xml">
]]>
-<!ENTITY chap.preface "">
-</programlisting>
+<!ENTITY chap.preface ""></programlisting>
<para>When producing the hard-copy version, change the
parameter entity's definition to:</para>
More information about the svn-doc-all
mailing list