mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 15:54:18 +00:00
(fix) Keep remote images when composing a HTML msg
This commit is contained in:
@@ -262,6 +262,7 @@
|
||||
attributes: (id <SaxAttributes>) attributes
|
||||
{
|
||||
NSString *tagName;
|
||||
BOOL appendElement = YES;
|
||||
|
||||
showWhoWeAre();
|
||||
|
||||
@@ -381,9 +382,11 @@
|
||||
}
|
||||
|
||||
[result appendString: @"/>"];
|
||||
|
||||
appendElement = NO;
|
||||
}
|
||||
}
|
||||
else if (voidTags)
|
||||
if (appendElement && voidTags)
|
||||
{
|
||||
NSString *type;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user