diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-04-10 07:41:16 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-04-10 07:41:16 +0000 |
commit | 8b761e244b7a703dcc582542d50ba30b6b845ed4 (patch) | |
tree | d17ed1c608a8c06c3c618268f57d3442111d83b1 /status.xml | |
parent | 2569a6d829991a2aebad001df2447483d44e1d9b (diff) | |
download | xmlgraphics-fop-8b761e244b7a703dcc582542d50ba30b6b845ed4.tar.gz xmlgraphics-fop-8b761e244b7a703dcc582542d50ba30b6b845ed4.zip |
Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@392902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 438d33f38..fd6b4b0c4 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,9 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url()". + </action> <action context="Code" dev="MM" type="fix"> Bugfix: Corrected enumerated property value for white-space property from "no-wrap" to "nowrap". |