]> git.wh0rd.org - tt-rss.git/commitdiff
fix tag viewfeed link
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 7 Dec 2006 09:46:08 +0000 (10:46 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 7 Dec 2006 09:46:08 +0000 (10:46 +0100)
backend.php

index b1c0554bb72d7494c86f4d6fff3c1e4523e73422..545541cbf83b68188b0acc995b23b9a93485f6b3 100644 (file)
                        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>";