mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update functions.php
This commit is contained in:
parent
1fbd2850b2
commit
222cb94dad
@ -731,6 +731,7 @@ class html_common
|
||||
$this->_build_select_rec($params);
|
||||
|
||||
$select_params = ($js) ? " $js" : '';
|
||||
$select_params .= ' autocomplete="off"';
|
||||
$select_params .= ($multiple_size) ? ' multiple="multiple" size="'. $multiple_size .'"' : '';
|
||||
$select_params .= ' name="'. htmlCHR($name) .'"';
|
||||
$select_params .= ' id="'. htmlCHR($name) .'"';
|
||||
|
Loading…
Reference in New Issue
Block a user