mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:05:56 +00:00
rework controls to accept parameters as array
This commit is contained in:
@@ -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')]);
|
||||
print "</fieldset>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user