(fix) Keep remote images when composing a HTML msg

This commit is contained in:
Francis Lachapelle
2018-01-24 15:58:45 -05:00
parent e93727d3f0
commit f88b46c78f
+4 -1
View File
@@ -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;