[documentation-guide: 1/2] Fix another XML tag, and remove a duplicate section

Jared Smith jsmith at fedoraproject.org
Wed Mar 26 19:16:37 UTC 2014


commit f6d6f03d8429bfe6c7a0d13fdbfad4179a1974c3
Author: Jared K. Smith <jaredsmith at jaredsmith.net>
Date:   Wed Mar 26 15:14:31 2014 -0400

    Fix another XML tag, and remove a duplicate section

 en-US/docbook.xml |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/en-US/docbook.xml b/en-US/docbook.xml
index f347dc5..2d675c5 100644
--- a/en-US/docbook.xml
+++ b/en-US/docbook.xml
@@ -148,16 +148,12 @@
                         supports including multiple file. To include an
                         additional file into a document, refer to the following
                         example:
-<screen>&gt;xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="<replaceable>Included_File.xml</replaceable>" /></screen>
+<screen>&lt;xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="<replaceable>Included_File.xml</replaceable>" /&gt;</screen>
                         When the document is rendered, the included text will
                         appear as if it were inserted entirely in the main file.
                 </para>
 	</section>
 	
-	<section>
-		<title>Entities: With Great Power Comes Great Responsibility</title>
-		<para/>
-	</section>
 </chapter>
 
 <!--


More information about the docs-commits mailing list