mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-15 13:33:35 +02:00
Fixed HTML debugging
This commit is contained in:
@@ -1920,7 +1920,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
lines[i] = Html.escapeHtml(lines[i]);
|
||||
Element pre = document.createElement("pre");
|
||||
pre.html(TextUtils.join("<br>", lines));
|
||||
document.appendChild(pre);
|
||||
document.body().appendChild(pre);
|
||||
}
|
||||
|
||||
// Draw images
|
||||
|
||||
Reference in New Issue
Block a user