Line 329 is now
$items .= '<a href="'.$client_link_url.'" "'.$target = apply_filters('sf_clients_link_target', '_blank').'"><img src="'.$image[0].'" width="'.$image[1].'" height="'.$image[2].'" alt="'.$image_alt.'" /></a>';
By clicking a client the link opens in the same window/tab although there is a target="_blank"
tag in the source-code … magic ๐
That’s all for now?