I have this line and I want to target blank so as to open the link in a new window. I tried adding it but but I get syntax error.
$out .= "\t<li><a href=\"" . $content->getURL() . "\">" . $content . "</a></li>\n";
Can you please help me?
Thanks.