Small formatting improvement

pull/174/head
M66B 5 years ago
parent cd6847be70
commit b0846db53c

@ -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…
Cancel
Save