]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix extended feedlist format display
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Nov 2010 08:43:13 +0000 (11:43 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Nov 2010 08:43:13 +0000 (11:43 +0300)
functions.js

index d757a38d79a177407d13bcfa62a3ce54f09f5ff0..9e65a6dceaac0d1ad98b8bc5581d503c70e15f75 100644 (file)
@@ -450,7 +450,7 @@ function parse_counters(reply, scheduled_call) {
                                        }
                                } else {
                                        if (xmsg) {
-                                               feedupd.innerHTML = updated + " " + xmsg;
+                                               feedupd.innerHTML = updated + " (" + xmsg + ")";
                                        } else {
                                                feedupd.innerHTML = updated;
                                        }