mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 14:05:54 +00:00
fix tag viewfeed link
This commit is contained in:
@@ -245,7 +245,7 @@
|
|||||||
while ($tmp_line = db_fetch_assoc($tmp_result)) {
|
while ($tmp_line = db_fetch_assoc($tmp_result)) {
|
||||||
$num_tags++;
|
$num_tags++;
|
||||||
$tag = $tmp_line["tag_name"];
|
$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) {
|
if ($num_tags == 3) {
|
||||||
$tags_str .= "<a href=\"javascript:showBlockElement('allEntryTags')\">...</a>";
|
$tags_str .= "<a href=\"javascript:showBlockElement('allEntryTags')\">...</a>";
|
||||||
|
|||||||
Reference in New Issue
Block a user