1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 06:01:28 +00:00

cdm: make author clickable

This commit is contained in:
Andrew Dolgov
2010-11-20 00:30:13 +03:00
parent 179db4a005
commit 2547c9ec18

View File

@@ -5172,8 +5172,8 @@
onclick=\"return cdmClicked(event, $id);\"
class=\"titleWrap$hlc_suffix\">
<a class=\"title\"
target=\"_blank\" href=\"".$line["link"]."\">".$line["title"]."</a>
$entry_author";
target=\"_blank\" href=\"".$line["link"]."\">".$line["title"].
" $entry_author</a>";
print $labels_str;