corbosman
2013-10-15 754779be6de7e2b4b754b99aaa26cb5f549791e3
Allow selected as attribute
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'));
            $this->content .= self::tag('option', $attr + $option, $option_content, array('class','style','title','disabled','selected'));
        }
        return parent::show();