From: Andrew Dolgov Date: Thu, 22 Oct 2009 07:55:50 +0000 (+0400) Subject: fix wrong title being displayed when trying to unsubscribe from feed editor X-Git-Tag: 1.4.0~191^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=c8358b5b0c179824767a074def2e5bff6f3cb66a;p=tt-rss.git fix wrong title being displayed when trying to unsubscribe from feed editor --- diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 17379a2b..e8c6d878 100644 --- a/modules/pref-feeds.php +++ b/modules/pref-feeds.php @@ -227,10 +227,10 @@ $is_selected = ""; } - $title = truncate_string(htmlspecialchars($tmp_line["title"]), 40); + $linked_title = truncate_string(htmlspecialchars($tmp_line["title"]), 40); printf("", - $tmp_line["id"], $title); + $tmp_line["id"], $linked_title); } print "";