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:
parent
cd6847be70
commit
b0846db53c
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue