mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 15:41:29 +00:00
hide empty content preview
This commit is contained in:
@@ -1089,8 +1089,10 @@
|
||||
$content_preview = truncate_string(strip_tags($line["content_preview"]),
|
||||
101);
|
||||
|
||||
if ($content_preview) {
|
||||
print "<span class=\"contentPreview\"> - $content_preview</span>";
|
||||
}
|
||||
}
|
||||
|
||||
print "</a>";
|
||||
print "</td>";
|
||||
|
||||
Reference in New Issue
Block a user