diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 17379a2bf..e8c6d8783 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 "";