diff --git a/modules/pref-feed-browser.php b/modules/pref-feed-browser.php index 0cbb06e9e..d213268a7 100644 --- a/modules/pref-feed-browser.php +++ b/modules/pref-feed-browser.php @@ -82,7 +82,7 @@ set_pref($link, "_PREFS_ACTIVE_TAB", "feedBrowser"); - print "
".__('This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.')."
"; + print "
".__('This panel shows feeds subscribed by other users of this system, just in case you are interested in them too.')."
"; $limit = db_escape_string($_GET["limit"]); @@ -112,62 +112,66 @@ onclick=\"updateBigFeedBrowser()\" value=\"".__('Show')."\"> "; - print "
-
"; + if (db_num_rows($result) > 0) { - print ""; - print ""; } ?>