1
0
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:
justauser
2013-06-27 12:21:14 -04:00
parent 0708046b4f
commit 2e18843845

View File

@@ -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')) {