From aa2dea707facc68d684bd814b57258ec467544ae Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 3 Feb 2010 16:49:40 +0000 Subject: [PATCH] MDL-20204 minor improvement --- lib/outputcomponents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputcomponents.php b/lib/outputcomponents.php index 178c0b75a8a..a09f8889755 100644 --- a/lib/outputcomponents.php +++ b/lib/outputcomponents.php @@ -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) {