mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-09 18:10:59 +02:00
fix extended feedlist format display
This commit is contained in:
parent
16b59fc8f6
commit
025e43b40d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user