mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Added breadcrumb
This commit is contained in:
parent
d34104711d
commit
c4cf1bffeb
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ public class HtmlEx {
|
|||
return;
|
||||
}
|
||||
|
||||
Log.breadcrumb("withinHtml", "length", Integer.toString(text.length()));
|
||||
withinDiv(out, text, 0, text.length(), option);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue