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