pull/174/head
M66B 5 years ago
parent ed76372192
commit 7600ed2a48

@ -1081,10 +1081,6 @@ public class HtmlHelper {
return preview;
}
static String getPreviewText(String html) {
return JsoupEx.parse(html).text();
}
static String getText(String html) {
final StringBuilder sb = new StringBuilder();

Loading…
Cancel
Save