diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-09-16 12:52:28 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-09-16 12:52:28 +0000 |
commit | 7937897c8959d648d53651a9d151456c8920b629 (patch) | |
tree | 479821933f46327f4b4c9fda8b70235d9fbc8156 /status.xml | |
parent | 9a50626fd30bee2f4c62eea748da61d38f163a22 (diff) | |
download | xmlgraphics-fop-7937897c8959d648d53651a9d151456c8920b629.tar.gz xmlgraphics-fop-7937897c8959d648d53651a9d151456c8920b629.zip |
Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retrieved markers.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@576095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 2b7a1f11b..645ca66c1 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="AD" type="fix" fixes-bug="42705"> + Fixed swallowing PCDATA in text-node children of + retrieved markers. + </action> <action context="Code" dev="AD" type="fix" fixes-bug="42703"> Fixed erroneous white-space removal in retrieved markers. </action> |