From: Andrew Dolgov Date: Thu, 11 Nov 2010 08:43:13 +0000 (+0300) Subject: fix extended feedlist format display X-Git-Tag: 1.5.0~293 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=025e43b40d91adf67ca7749a255d82fd8c92bc84;p=tt-rss.git fix extended feedlist format display --- diff --git a/functions.js b/functions.js index d757a38d..9e65a6dc 100644 --- a/functions.js +++ b/functions.js @@ -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; }