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

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