
Line 232: string concatenation should be formatted without a space separating the operators (dot .) and a quote
$output .= ' <dt><a href="' . check_url($client->link) . '">' . check_plain($client->name) . '</a> - ' . check_plain($client->slogan) . "</dt>\n";