mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-15 10:30:59 +02:00
hide empty content preview
This commit is contained in:
parent
9167e250e8
commit
ad3dee9113
@ -1089,7 +1089,9 @@
|
|||||||
$content_preview = truncate_string(strip_tags($line["content_preview"]),
|
$content_preview = truncate_string(strip_tags($line["content_preview"]),
|
||||||
101);
|
101);
|
||||||
|
|
||||||
print "<span class=\"contentPreview\"> - $content_preview</span>";
|
if ($content_preview) {
|
||||||
|
print "<span class=\"contentPreview\"> - $content_preview</span>";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</a>";
|
print "</a>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user