1
0
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:
Andrew Dolgov
2009-10-08 12:36:38 +04:00
parent 588e4dc3d3
commit b171066641
2 changed files with 6 additions and 3 deletions

View File

@@ -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>";