mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-11 11:01:17 +02:00
properly truncate headline title in non-combined mode
This commit is contained in:
parent
2cadbc5411
commit
d6571825bf
@ -5301,7 +5301,7 @@
|
||||
$reply['content'] .= "<a id=\"RTITLE-$id\"
|
||||
href=\"" . htmlspecialchars($line["link"]) . "\"
|
||||
onclick=\"\">" .
|
||||
$line["title"];
|
||||
truncate_string($line["title"], 200);
|
||||
|
||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
|
||||
if ($content_preview) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user