mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 06:21:28 +00:00
misc dialog tweaks
This commit is contained in:
@@ -2862,8 +2862,11 @@
|
||||
} else {
|
||||
$is_selected = "";
|
||||
}
|
||||
|
||||
$title = truncate_string(htmlspecialchars($line["title"]), 40);
|
||||
|
||||
printf("<option $is_selected value='%d'>%s</option>",
|
||||
$line["id"], htmlspecialchars($line["title"]));
|
||||
$line["id"], $title);
|
||||
}
|
||||
|
||||
print "</select>";
|
||||
|
||||
Reference in New Issue
Block a user