MDL-20204 minor improvement

This commit is contained in:
Petr Skoda 2010-02-03 16:49:40 +00:00
parent 97c100999a
commit aa2dea707f

View File

@ -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) {