diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-01-23 03:48:21 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-01-23 03:48:21 +0800 |
commit | 75e8fb3168db840673091b4b1e315f635949cd89 (patch) | |
tree | 61b24d7f9a5a3c4b25610b7cd74840003365af30 /ChangeLog | |
parent | 8205e18cb651de99de58b7ea5779bc3fbaea69b5 (diff) | |
download | gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.tar.gz gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.tar.zst gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.zip |
Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, so
2004-01-22 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyBrowser.cpp:
Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces,
so we think that the element is modified when in fact it's not.
(Thanks to Crispin).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-01-22 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/EphyBrowser.cpp: + + Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, + so we think that the element is modified when in fact it's not. + (Thanks to Crispin). + 2004-01-22 Christopher James Lahey <clahey@ximian.com> * lib/ephy-file-helpers.c, lib/ephy-file-helpers.h |