diff options
author | Tammy Fox <tfox@redhat.com> | 2004-09-30 14:25:36 +0000 |
---|---|---|
committer | Tammy Fox <tfox@redhat.com> | 2004-09-30 14:25:36 +0000 |
commit | 72c10a1655db8ef862f7fbcb2c06cc76efa473db (patch) | |
tree | 3ef141f638dab23d796664d59ab2ce9f9af2587d | |
parent | 8ee17c3790cb790b63f1116336eb46d3a02c9220 (diff) | |
download | documentation-guide-72c10a1655db8ef862f7fbcb2c06cc76efa473db.tar.gz documentation-guide-72c10a1655db8ef862f7fbcb2c06cc76efa473db.tar.xz documentation-guide-72c10a1655db8ef862f7fbcb2c06cc76efa473db.zip |
fix missing end tag per bug #134202
-rw-r--r-- | docs-xml-tags-en.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml-tags-en.xml b/docs-xml-tags-en.xml index 87b77d4..91e58cc 100644 --- a/docs-xml-tags-en.xml +++ b/docs-xml-tags-en.xml @@ -1,4 +1,4 @@ -<!-- $Id: docs-xml-tags-en.xml,v 1.11 2004/09/13 02:02:12 tfox Exp $ --> +<!-- $Id: docs-xml-tags-en.xml,v 1.12 2004/09/30 14:25:36 tfox Exp $ --> <chapter id="ch-xml-tags"> <title>DocBook XML Tags</title> @@ -191,7 +191,7 @@ browser. <screen> <computeroutput> -<!--$Id: docs-xml-tags-en.xml,v 1.11 2004/09/13 02:02:12 tfox Exp $ --> +<!--$Id: docs-xml-tags-en.xml,v 1.12 2004/09/30 14:25:36 tfox Exp $ --> <chapter id="ch-sample"> <title>Sample Chapter</title> @@ -2474,7 +2474,7 @@ you can read online, and you can download diskette images easily. <screen> <computeroutput> For more information about the parent file, refer to -<xref linkend="ch-tutorial"><xref> and <xref linkend="s1-tutorial-parent"></xref> +<xref linkend="ch-tutorial"></xref> and <xref linkend="s1-tutorial-parent"></xref> </computeroutput> </screen> |