Index: trunk/extensions/SocialProfile/UserProfile/UpdateProfile.js |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | section_select += '<select class="profile-form" name="' + id + '" id="' + id + '"><option></option>'; |
20 | 20 | for( x = 0; x <= countries[country_id].sections.length-1; x++ ){ |
21 | 21 | section_select += '<option value="' + countries[country_id].sections[x] + '"' + |
22 | | - ( ( countries[country_id].sections[x] == section ) ? ' selected="selected"' : '' ) + '">' + countries[country_id].sections[x] + '</option>'; |
| 22 | + ( ( countries[country_id].sections[x] == section ) ? ' selected="selected"' : '' ) + '>' + countries[country_id].sections[x] + '</option>'; |
23 | 23 | } |
24 | 24 | section_select += '</select>'; |
25 | 25 | } |