Fix a couple of <programlisting> tags. Translators, this is a content
change.
This commit is contained in:
parent
8225d6648b
commit
74653f92db
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42261
1 changed files with 2 additions and 4 deletions
|
@ -1495,15 +1495,13 @@ example.xml:5: element head: validity error : Element head content does not foll
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue