From: Andrew Dolgov Date: Mon, 1 Apr 2013 04:49:00 +0000 (+0400) Subject: filters: make caption required (fix) X-Git-Tag: 1.7.6~87 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=442bca2752eb6a600fedced821f0142a10f70e8f;p=tt-rss.git filters: make caption required (fix) --- diff --git a/classes/pref/filters.php b/classes/pref/filters.php index b1024082..4c3d869a 100644 --- a/classes/pref/filters.php +++ b/classes/pref/filters.php @@ -267,7 +267,7 @@ class Pref_Filters extends Handler_Protected { print "
".__("Caption")."
"; - print ""; + print ""; print ""; @@ -724,7 +724,7 @@ class Pref_Filters extends Handler_Protected { print "
".__("Caption")."
"; - print ""; + print ""; print "
".__("Match")."
";