Added breadcrumb

This commit is contained in:
M66B 2022-11-14 13:13:19 +01:00
parent d34104711d
commit c4cf1bffeb
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public class HtmlEx {
return;
}
Log.breadcrumb("withinHtml", "length", Integer.toString(text.length()));
withinDiv(out, text, 0, text.length(), option);
}