Aleksander Machniak
2013-10-16 26830dcc87603d10c909e6378687d3fa9a8e323e
Support 'value' and 'label' attributes on <option> tag
1 files modified
2 ■■■ changed files
program/lib/Roundcube/html.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/html.php
@@ -645,7 +645,7 @@
                $option_content = self::quote($option_content);
            }
            $this->content .= self::tag('option', $attr + $option, $option_content, array('class','style','title','disabled','selected'));
            $this->content .= self::tag('option', $attr + $option, $option_content, array('value','label','class','style','title','disabled','selected'));
        }
        return parent::show();