diff options
author | William Victor Mote <vmote@apache.org> | 2003-05-27 17:55:55 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-05-27 17:55:55 +0000 |
commit | e31b0976bab51967cb4968bb9f9c70f5d8aaa875 (patch) | |
tree | 4c226bc9fbf8211e308a3165856a62119843b4e0 | |
parent | 545aa181872b2344f9f41a83b6d989c0424c91b6 (diff) | |
download | xmlgraphics-fop-e31b0976bab51967cb4968bb9f9c70f5d8aaa875.tar.gz xmlgraphics-fop-e31b0976bab51967cb4968bb9f9c70f5d8aaa875.zip |
Add <section> ids.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196464 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/configuration.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/documentation/content/xdocs/configuration.xml b/src/documentation/content/xdocs/configuration.xml index 804e50406..c73d24321 100644 --- a/src/documentation/content/xdocs/configuration.xml +++ b/src/documentation/content/xdocs/configuration.xml @@ -8,7 +8,7 @@ </header> <body> - <section> + <section id="general"> <title>How to configure FOP</title> <p>In the directory xml-fop/conf you will find two configuration files. One of them, config.xml, is only intended for FOP developers, who want to add new default values @@ -23,7 +23,7 @@ or <link href="embedding.html">Embedding FOP</link> for details. </p> </section> - <section> + <section id="hyphenation"> <title>Setting up hyphenation</title> <p>FOP comes already with some hyphenation pattern. If you need a hyphenation pattern which isn't included in the distribution, do the following: |