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