commit f6d6f03d8429bfe6c7a0d13fdbfad4179a1974c3 Author: Jared K. Smith jaredsmith@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>>xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="<replaceable>Included_File.xml</replaceable>" /></screen> +<screen><xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="<replaceable>Included_File.xml</replaceable>" /></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>
<!--
docs-commits@lists.fedoraproject.org