$reply['content'] .= "</div>";
$reply['content'] .= "<div onclick='return hlClicked(event, $id)'
- class=\"hlTitle\"><span class='hlContent$hlc_suffix'>";
- $reply['content'] .= "<a id=\"RTITLE-$id\" class=\"title\"
+ class=\"hlTitle\"><span class='hlTitle hlContent$hlc_suffix'>";
+ $reply['content'] .= "<a class=\"title\"
href=\"" . htmlspecialchars($line["link"]) . "\"
onclick=\"\">" .
truncate_string($line["title"], 200);
$reply['content'] .= "</div>";
- $reply['content'] .= "<span id=\"RTITLE-$id\"
+ $reply['content'] .= "<span
onclick=\"return cdmClicked(event, $id);\"
class=\"titleWrap$hlc_suffix\">
<a class=\"title\"
if (!isCdmMode()) {
nodes = $$("#headlines-frame > div[id*=RROW]");
} else {
- nodes = $$("#headlines-frame span[id*=RTITLE]");
+ nodes = $$("#headlines-frame span[className='hlTitle']");
}
nodes.each(function(node) {