diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-08 13:53:04 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-08 13:53:04 +0300 |
| commit | 7d4dba8fc38af01a3e32e4a47532bd3fa4a16f4f (patch) | |
| tree | 1859f8c28695490b7d62950860bd426887b544cc | |
| parent | c0105d4e5792167cb5a45002e3993f82607b2a02 (diff) | |
subtoolbar: properly link to generatedFeed dialog
| -rw-r--r-- | functions.php | 2 |
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')\"> ".__('View as RSS')."</li>"; + print "<li onclick=\"displayDlg('generatedFeed', '$feed_id:$is_cat:$rss_link')\"> ".__('View as RSS')."</li>"; print "</ul>"; |