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