Fixed HTML debugging

pull/178/head
M66B 5 years ago
parent 7628909dd0
commit b7268fc303

@ -1920,7 +1920,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
lines[i] = Html.escapeHtml(lines[i]); lines[i] = Html.escapeHtml(lines[i]);
Element pre = document.createElement("pre"); Element pre = document.createElement("pre");
pre.html(TextUtils.join("<br>", lines)); pre.html(TextUtils.join("<br>", lines));
document.appendChild(pre); document.body().appendChild(pre);
} }
// Draw images // Draw images

Loading…
Cancel
Save