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