summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-07 10:46:08 +0100
committerAndrew Dolgov <[email protected]>2006-12-07 10:46:08 +0100
commitca676fb5831a323ecb477cc2256618c80f885504 (patch)
treedbe713058903ba12acb6d3b5ba4256e05aec3248 /backend.php
parentd62a3b6349e5bd5c7bf860e5c5a8a27b7aa1d89b (diff)
fix tag viewfeed link
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index b1c0554bb..545541cbf 100644
--- a/backend.php
+++ b/backend.php
@@ -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>";