mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Small formatting improvement
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user