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