Simplified text quotes

pull/199/head
M66B 4 years ago
parent 71f69e124d
commit cdd2fb4b4e

@ -2006,10 +2006,7 @@ public class HtmlHelper {
truncate(d, MAX_FULL_TEXT_SIZE); truncate(d, MAX_FULL_TEXT_SIZE);
for (Element bq : d.select("blockquote")) for (Element bq : d.select("blockquote"))
if (hasBorder(bq)) { bq.prependChild(new TextNode("> "));
bq.prependChild(new TextNode("["));
bq.appendChild(new TextNode("]"));
}
return d.text(); return d.text();
} }

Loading…
Cancel
Save