static S ai_textHTML_shorten(WebNode n, int max) { S text = shorten(web_text(n), max); ret n == null ? "-" : html_encyclopediaTopic(text); }