use in non-virtual feed view
This commit is contained in:
parent
45d40d6325
commit
e688bab8ec
|
@ -958,8 +958,7 @@
|
|||
} else {
|
||||
print "<td class='hlContent' valign='middle'>";
|
||||
|
||||
print "<a href=\"javascript:view($id,$feed_id);\">" .
|
||||
$line["title"];
|
||||
print $content_link;
|
||||
|
||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) {
|
||||
if ($content_preview) {
|
||||
|
|
Loading…
Reference in New Issue