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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user