]> git.wh0rd.org Git - tt-rss.git/commitdiff
tweak feed errors prompt (fix typo)
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Mar 2007 20:01:37 +0000 (21:01 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 2 Mar 2007 20:01:37 +0000 (21:01 +0100)
modules/pref-feeds.php

index 56efc7e16fcef218fb143bc906cc597d6b5734d2..b4c1069fe8ea337b6ee9a79d961c2822230c2903 100644 (file)
 
                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>");
                }