From: Andrew Dolgov Date: Wed, 20 Apr 2011 11:48:26 +0000 (+0400) Subject: feed browser: use title from cache table X-Git-Tag: 1.5.3~15^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9530efa1b506f4a0d64088ae30aec38ff27de331;p=tt-rss.git feed browser: use title from cache table --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 238ca0a8..4baba572 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -1613,7 +1613,7 @@ $rv .= "
  • $check_box". - "$feed_icon $feed_url " . htmlspecialchars($details["title"]) . + "$feed_icon $feed_url " . htmlspecialchars($line["title"]) . " ($subscribers) $site_url
  • ";