MDL-20204 minor improvement
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user