From: Andrew Dolgov Date: Tue, 30 Jan 2007 15:16:57 +0000 (+0100) Subject: fix: filter selection ops toolbar was always disabled X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d0d0dd47fec8446d2bdec67983fad3bdc5c3d9d4;p=tt-rss.git fix: filter selection ops toolbar was always disabled --- diff --git a/modules/pref-filters.php b/modules/pref-filters.php index 318df3c7..6fa99eb4 100644 --- a/modules/pref-filters.php +++ b/modules/pref-filters.php @@ -308,10 +308,6 @@ print "

"; - print "

- First matching filter is used, filtering is performed - when importing articles from the feed.
"; - print " Selection: "; + print "
+ First matching filter is used, filtering is performed + when importing articles from the feed.
"; + + } else { print "

No filters defined.

";