mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:15:56 +00:00
properly truncate headline title in non-combined mode
This commit is contained in:
@@ -5301,7 +5301,7 @@
|
|||||||
$reply['content'] .= "<a id=\"RTITLE-$id\"
|
$reply['content'] .= "<a id=\"RTITLE-$id\"
|
||||||
href=\"" . htmlspecialchars($line["link"]) . "\"
|
href=\"" . htmlspecialchars($line["link"]) . "\"
|
||||||
onclick=\"\">" .
|
onclick=\"\">" .
|
||||||
$line["title"];
|
truncate_string($line["title"], 200);
|
||||||
|
|
||||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
|
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
|
||||||
if ($content_preview) {
|
if ($content_preview) {
|
||||||
|
|||||||
Reference in New Issue
Block a user