diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-02-18 09:36:36 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-02-18 09:36:36 +0000 |
commit | bbd92ca2ec33d7ef7e099c3daa5ba18fe2838068 (patch) | |
tree | f89dfbdb9111b77c56fbdfc232cb56a79f603904 /src/documentation/content | |
parent | 3251457d369d38ebc6aeb7a83e8922b03d7809af (diff) | |
download | xmlgraphics-fop-bbd92ca2ec33d7ef7e099c3daa5ba18fe2838068.tar.gz xmlgraphics-fop-bbd92ca2ec33d7ef7e099c3daa5ba18fe2838068.zip |
Minor update of the documentation: warning is only relevant for FOP 0.20.x
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508889 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/fo.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/fo.xml b/src/documentation/content/xdocs/fo.xml index 4e130b283..62d7a63df 100644 --- a/src/documentation/content/xdocs/fo.xml +++ b/src/documentation/content/xdocs/fo.xml @@ -355,7 +355,7 @@ The XSL-FO specification provides some properties for this: <link href="http://w In FOP, use white-space-collapse="false" on an enclosing block. </p> <warning> - Due to a bug in current versions of FOP, setting white-space-collapse="false" will also preserve line breaks in the text. Do not rely on this behavior, as it is non-conformant and will be changed. + Due to a bug in FOP 0.20.5, setting white-space-collapse="false" will also preserve line breaks in the text. Do not rely on this behavior, as it is non-conformant and has changed in FOP 0.93. </warning> </section> <section id="fo-total-pages"> |