From: Andrew Dolgov Date: Sat, 6 Apr 2013 21:04:32 +0000 (+0400) Subject: remove RTITLE X-Git-Tag: 1.7.9~50 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ecac674adebce15fa8921b8c86cda2dba6ee7c34;p=tt-rss.git remove RTITLE --- diff --git a/classes/feeds.php b/classes/feeds.php index ed0785c0..be547092 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -465,8 +465,8 @@ class Feeds extends Handler_Protected { $reply['content'] .= ""; $reply['content'] .= "
"; - $reply['content'] .= ""; + $reply['content'] .= "" . truncate_string($line["title"], 200); @@ -570,7 +570,7 @@ class Feeds extends Handler_Protected { $reply['content'] .= "
"; - $reply['content'] .= " div[id*=RROW]"); } else { - nodes = $$("#headlines-frame span[id*=RTITLE]"); + nodes = $$("#headlines-frame span[className='hlTitle']"); } nodes.each(function(node) {