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