static S ai_textHTML(WebNode n) { S text = web_text(n); ret n == null ? "-" : html_encyclopediaTopic(text); }