summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2008-04-20 22:49:15 +0000
committersvncommit <devs@roundcube.net>2008-04-20 22:49:15 +0000
commit653242c6634061f028b48ca03b630d28f7a902f7 (patch)
tree42ad37ab2542744558f8f2f9ec6fe15541a8b936 /CHANGELOG
parentea090ca09d2ee04c68c524f0e3c63de2fdb21a04 (diff)
Fix parse_attrib_string to handle unquoted attribute values
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4886b3fd5..2752fe753 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
CHANGELOG RoundCube Webmail
---------------------------
+2008/04/20 (estadtherr)
+----------
+- fix parse_attrib_string to handle unquoted values, which fixes
+ display issues with HTML messages that do not quote attributes
+
2008/04/17 (alec)
----------
- Fix IMAP response in message body when message has no body (#1484964)