mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 13:51:29 +00:00
display message if no tags are found to display
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user