mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-31 19:21:02 +02:00
display message if no tags are found to display
This commit is contained in:
parent
da5d0d09da
commit
dc33ec9519
@ -240,6 +240,10 @@
|
||||
|
||||
}
|
||||
|
||||
if (db_num_rows($result) == 0) {
|
||||
print "<li>No tags to display.</li>";
|
||||
}
|
||||
|
||||
print "</ul>";
|
||||
|
||||
print "<div class=\"invisible\" id=\"FEEDTU\">$total_unread</div>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user