summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-11 11:43:13 +0300
committerAndrew Dolgov <[email protected]>2010-11-11 11:43:13 +0300
commit025e43b40d91adf67ca7749a255d82fd8c92bc84 (patch)
tree3d2b7516e9f443881f362f67c13f279c561f2630 /functions.js
parent16b59fc8f6eeb152f98425cf3945364f15be53da (diff)
fix extended feedlist format display
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js2
1 files changed, 1 insertions, 1 deletions
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;
}