mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-22 09:56:23 +00:00
@@ -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