From 025e43b40d91adf67ca7749a255d82fd8c92bc84 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Nov 2010 11:43:13 +0300 Subject: [PATCH] fix extended feedlist format display --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index d757a38d7..9e65a6dce 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; }