mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-20204 minor improvement
This commit is contained in:
parent
97c100999a
commit
aa2dea707f
@ -436,7 +436,7 @@ class html_writer {
|
||||
* @param array $attributes - html select element attributes
|
||||
* @return string HRML fragment
|
||||
*/
|
||||
public static function select(array $options, $name, $selected = '', $nothing = array(''=>'choose'), array $attributes = null) {
|
||||
public static function select(array $options, $name, $selected = '', $nothing = array(''=>'choosedots'), array $attributes = null) {
|
||||
$attributes = (array)$attributes;
|
||||
if (is_array($nothing)) {
|
||||
foreach ($nothing as $k=>$v) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user