static S ai_html_encyclopediaTopic(WebNode n) { S topic = web_text(n); ret topic == null ? "" : ahref(encyclopediaLink(topic), htmlencode(topic), style := dottedStyleForLinks() + "; color: inherit"); }