fix tag viewfeed link
This commit is contained in:
parent
d62a3b6349
commit
ca676fb583
|
@ -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>";
|
||||
|
|
Loading…
Reference in New Issue