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

fix extended feedlist format display

This commit is contained in:
Andrew Dolgov
2010-11-11 11:43:13 +03:00
parent 16b59fc8f6
commit 025e43b40d

View 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;
}