sS toHTML_gen_shorten(int maxLength, O o) { O html = callOpt(o, "html"); if (html != null) ret str(html); ret takeFirst(maxLength, htmlEncode2(o)); }