static S html_encyclopediaTopic(S topic) { S text = or2(ai_html_shortenTextForDisplay(topic), ""); ret ahref(encyclopediaLink(topic), htmlencode_noQuotes(text), style := dottedStyleForLinks() + "; color: inherit"); }