From 6f5d48ba1f5105c8b874dfc6143727d8d45dae14 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 23 Mar 2005 10:58:03 +0000 Subject: [PATCH] Fixed validation problem. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198536 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/hyphenation.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/documentation/content/xdocs/hyphenation.xml b/src/documentation/content/xdocs/hyphenation.xml index 9114bcfb8..95cc65891 100644 --- a/src/documentation/content/xdocs/hyphenation.xml +++ b/src/documentation/content/xdocs/hyphenation.xml @@ -110,12 +110,14 @@ configuration option. - Either of these three options will ensure hyphenation is working when using + + + Either of these three options will ensure hyphenation is working when using FOP from the command-line. If FOP is being embedded, remember to add the location(s) of the hyphenation JAR(s) to the CLASSPATH (option 1 and 2) or to set the <hyphenation-dir> - configuration option programmatically (option 3). - + configuration option programmatically (option 3). +
-- 2.39.5