diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-05-11 17:15:46 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-05-11 17:15:46 +0000 |
commit | a7c43a4198c1f10fc0ce2949a14bed07a67de12b (patch) | |
tree | 353ebee18b53b5dbce70297bbc3bc0c604322e7b /tests/REC/test-7.1.4.out | |
parent | 69cf756db5478363694b8407a53e13c33e771c2c (diff) | |
download | libxslt-a7c43a4198c1f10fc0ce2949a14bed07a67de12b.tar.gz libxslt-a7c43a4198c1f10fc0ce2949a14bed07a67de12b.tar.bz2 libxslt-a7c43a4198c1f10fc0ce2949a14bed07a67de12b.zip |
- libxslt/templates.c libxslt/transform.c: fixed bug #54446
about attribute being generated twice. Fixed a number of related
bugs on attributes handling.
- tests/REC/test-7.1.4.out: this changed an attribute generation
order
- tests/docs/bug-27-.xml tests/general/bug-27-.*: added test
Daniel
Diffstat (limited to 'tests/REC/test-7.1.4.out')
-rw-r--r-- | tests/REC/test-7.1.4.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/REC/test-7.1.4.out b/tests/REC/test-7.1.4.out index e210ef3a..7182c734 100644 --- a/tests/REC/test-7.1.4.out +++ b/tests/REC/test-7.1.4.out @@ -2,7 +2,7 @@ -<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" font-size="12pt" font-weight="bold" quadding="start">this is the heading</fo:block> +<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" quadding="start" font-size="12pt" font-weight="bold">this is the heading</fo:block> |