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