mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
remove truncating of titles in CDM
This commit is contained in:
@@ -512,7 +512,7 @@ class Feeds extends Handler_Protected {
|
|||||||
title=\"".htmlspecialchars($line['title'])."\"
|
title=\"".htmlspecialchars($line['title'])."\"
|
||||||
target=\"_blank\" href=\"".
|
target=\"_blank\" href=\"".
|
||||||
htmlspecialchars($line["link"])."\">".
|
htmlspecialchars($line["link"])."\">".
|
||||||
truncate_string($line["title"], 100) .
|
$line["title"] .
|
||||||
" $entry_author</a>";
|
" $entry_author</a>";
|
||||||
|
|
||||||
$reply['content'] .= $labels_str;
|
$reply['content'] .= $labels_str;
|
||||||
|
|||||||
Reference in New Issue
Block a user