1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 06:35:55 +00:00

search dialog: bring back id of language dropdown

This commit is contained in:
Andrew Dolgov
2021-02-17 16:33:28 +03:00
parent 35b6d63289
commit 92cb91e2e2

View File

@@ -608,7 +608,7 @@ class Feeds extends Handler_Protected {
print "<fieldset>";
print "<label class='inline'>" . __("Language:") . "</label>";
print \Controls\select_tag("search_language", get_pref('DEFAULT_SEARCH_LANGUAGE'), Pref_Feeds::get_ts_languages(),
["title" => __('Used for word stemming')]);
["title" => __('Used for word stemming')], "search_language");
print "</fieldset>";
}