]> git.wh0rd.org Git - tt-rss.git/commitdiff
edit filter: properly hide check-the-date button when filter is not on a date field...
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 11 Jan 2009 08:50:16 +0000 (09:50 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 11 Jan 2009 08:50:16 +0000 (09:50 +0100)
modules/pref-filters.php

index f30d772bcbbf4a12eacc1f9bb6102c9a85b2cd22..d0b4c7fe0e8c5581d063cceac20d1ead4b8f7294 100644 (file)
@@ -44,7 +44,7 @@
                        print "<div class=\"dlgSecCont\">";
 
                        if ($filter_type != 5) {
-                               $date_ops_invisible = 'style=\"display : none\"';
+                               $date_ops_invisible = 'style="display : none"';
                        }
 
                        print "<span id=\"filter_dlg_date_mod_box\" $date_ops_invisible>";