tweak feed errors prompt
This commit is contained in:
parent
42c3291622
commit
9d14547314
|
@ -731,9 +731,8 @@
|
||||||
|
|
||||||
if ($num_errors > 0) {
|
if ($num_errors > 0) {
|
||||||
|
|
||||||
print "<a href=\"javascript:showFeedsWithErrors()\"
|
print format_notice("<a href=\"javascript:showFeedsWithErrors()\"
|
||||||
class=\"feedUpdErrLink\">Some feeds have update errors (click
|
Some feeds have update errors (click for details)</a>");
|
||||||
for details)</a>";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$feed_search = db_escape_string($_GET["search"]);
|
$feed_search = db_escape_string($_GET["search"]);
|
||||||
|
|
Loading…
Reference in New Issue