summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-08 13:53:04 +0300
committerAndrew Dolgov <[email protected]>2010-11-08 13:53:04 +0300
commit7d4dba8fc38af01a3e32e4a47532bd3fa4a16f4f (patch)
tree1859f8c28695490b7d62950860bd426887b544cc /functions.php
parentc0105d4e5792167cb5a45002e3993f82607b2a02 (diff)
subtoolbar: properly link to generatedFeed dialog
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 8945ef437..a4eb1af04 100644
--- a/functions.php
+++ b/functions.php
@@ -4265,7 +4265,7 @@
print_labels_headlines_dropdown($link, $feed_id);
print "<li class=\"insensitive\">".__('Feed:')."</li>";
- print "<li onclick=\"window.open('$rss_link')\">&nbsp;&nbsp;".__('View as RSS')."</li>";
+ print "<li onclick=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\">&nbsp;&nbsp;".__('View as RSS')."</li>";
print "</ul>";