1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:15:56 +00:00

make cdmExcert respect SHOW_CONTENT_PREVIEW

This commit is contained in:
Andrew Dolgov
2013-07-12 18:36:17 +04:00
parent d9e78984fb
commit 7a7a0dc2dd

View File

@@ -579,7 +579,7 @@ class Feeds extends Handler_Protected {
else
$excerpt_hidden = "style=\"display : none\"";
$reply['content'] .= "<span $excerpt_hidden id=\"CEXC-$id\" class=\"cdmExcerpt\">" . $line["content_preview"] . "</span>";
$reply['content'] .= "<span $excerpt_hidden id=\"CEXC-$id\" class=\"cdmExcerpt\">" . $content_preview . "</span>";
$reply['content'] .= "</span>";