1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:05:56 +00:00

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

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>");
}