remove truncating of titles in CDM
This commit is contained in:
parent
6e67a7c450
commit
b235e09b8d
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ class Feeds extends Handler_Protected {
|
|||
title=\"".htmlspecialchars($line['title'])."\"
|
||||
target=\"_blank\" href=\"".
|
||||
htmlspecialchars($line["link"])."\">".
|
||||
truncate_string($line["title"], 100) .
|
||||
$line["title"] .
|
||||
" $entry_author</a>";
|
||||
|
||||
$reply['content'] .= $labels_str;
|
||||
|
|
Loading…
Reference in a new issue