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");