mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:55:56 +00:00
fix typo in search, add view limiting dropbox, change default headlines height to 10%
This commit is contained in:
@@ -297,8 +297,8 @@
|
||||
|
||||
}
|
||||
|
||||
function print_select($id, $default, $values) {
|
||||
print "<select id=\"$id\">";
|
||||
function print_select($id, $default, $values, $attributes = "") {
|
||||
print "<select id=\"$id\" $attributes>";
|
||||
foreach ($values as $v) {
|
||||
if ($v == $default)
|
||||
$sel = " selected";
|
||||
|
||||
Reference in New Issue
Block a user