mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-07 14:00:59 +01:00
Merge branch 'master' of /home/fox/public_html/testbox/tt-rss
This commit is contained in:
commit
4589c7070c
@ -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>";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user