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