mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-07 19:11:34 +00:00
one more change to merge to origin
This commit is contained in:
@@ -580,12 +580,8 @@ class Feeds extends Handler_Protected {
|
||||
else
|
||||
$excerpt_hidden = "style=\"display : none\"";
|
||||
|
||||
$reply['content'] .= "<span $excerpt_hidden
|
||||
<<<<<<< HEAD
|
||||
id=\"CEXC-$id\" class=\"cdmExcerpt\"> -" . $content_preview . "</span>";
|
||||
=======
|
||||
id=\"CEXC-$id\" class=\"cdmExcerpt\">$content_preview</span>";
|
||||
>>>>>>> origin
|
||||
$reply['content'] .= "<span $excerpt_hidden id=\"CEXC-$id\" class=\"cdmExcerpt\">$content_preview</span>";
|
||||
|
||||
$reply['content'] .= "</span>";
|
||||
|
||||
if (!get_pref('VFEED_GROUP_BY_FEED')) {
|
||||
|
||||
Reference in New Issue
Block a user