Committer: wisest-owl
LJSUP-7715: correct view of select box at Community Members [tags: fiskus-boulder]U trunk/htdocs/community/members.bml
Modified: trunk/htdocs/community/members.bml =================================================================== --- trunk/htdocs/community/members.bml 2011-01-20 10:37:20 UTC (rev 18067) +++ trunk/htdocs/community/members.bml 2011-01-20 11:07:08 UTC (rev 18068) @@ -612,11 +612,9 @@ } @$ids; $ret .= LJ::html_select({ - name => "uid_to_sm", style => "", + name => "uid_to_sm", style => "margin:0 5px", selected => 0, }, - { text => '', - value => '',}, @users );