1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Small formatting improvement

This commit is contained in:
M66B 2020-02-10 08:41:55 +01:00
parent cd6847be70
commit b0846db53c

View file

@ -583,7 +583,7 @@ public class HtmlHelper {
if (!show_images && !TextUtils.isEmpty(alt))
if (TextUtils.isEmpty(tracking))
img.appendText(" " + alt + " ");
img.appendText("[" + alt + "]");
else {
img.append(" ");
Element a = document.createElement("a");