diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php index 17379a2bfa16abded8cae529a12f2d5f64e0a644..e8c6d878395425632ee353dad2203fef3af5eda8 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("<option $is_selected value='%d'>%s</option>", - $tmp_line["id"], $title); + $tmp_line["id"], $linked_title); } print "</select>";