tweak feed errors prompt (fix typo)

This commit is contained in:
Andrew Dolgov 2007-03-02 21:01:37 +01:00
parent 9d14547314
commit eab291c403
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@
if ($num_errors > 0) {
print format_notice("<a href=\"javascript:showFeedsWithErrors()\"
print format_notice("<a href=\"javascript:showFeedsWithErrors()\">
Some feeds have update errors (click for details)</a>");
}