mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
1
NEWS
1
NEWS
@@ -44,6 +44,7 @@ Bug fixes
|
||||
- [web] removed null characters from JSON responses
|
||||
- [web] fixed advanced mailbox search when mailbox name is very long
|
||||
- [web] fixed handling of public access rights of Calendars (#4344)
|
||||
- [web] fixed server-side CSS sanitization of messages (#4366)
|
||||
- [eas] hebrew folders encoding problem using EAS (#4240)
|
||||
- [eas] avoid sync requests for shared folders every second (#4275)
|
||||
|
||||
|
||||
@@ -288,8 +288,8 @@ _xmlCharsetForCharset (NSString *charset)
|
||||
}
|
||||
else
|
||||
{
|
||||
// Prefix CSS rule
|
||||
length = (currentChar - start);
|
||||
// Prefix CSS rule including ending curly bracket
|
||||
length = (currentChar - start) + 1;
|
||||
[declaration appendString: [NSString stringWithCharacters: start length: length]];
|
||||
[css appendFormat: @".SOGoHTMLMail-CSS-Delimiter %@\n", declaration];
|
||||
start = currentChar;
|
||||
|
||||
Reference in New Issue
Block a user