1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

fix tag viewfeed link

This commit is contained in:
Andrew Dolgov
2006-12-07 10:46:08 +01:00
parent d62a3b6349
commit ca676fb583

View File

@@ -245,7 +245,7 @@
while ($tmp_line = db_fetch_assoc($tmp_result)) {
$num_tags++;
$tag = $tmp_line["tag_name"];
$tag_str = "<a href=\"javascript:parent.viewfeed('$tag')\">$tag</a>, ";
$tag_str = "<a href=\"javascript:viewfeed('$tag')\">$tag</a>, ";
if ($num_tags == 3) {
$tags_str .= "<a href=\"javascript:showBlockElement('allEntryTags')\">...</a>";