r51053 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51052‎ | r51053 | r51054 >
Date:09:12, 27 May 2009
Author:ashley
Status:deferred
Tags:
Comment:
SocialProfile: minor fix
Modified paths:
  • /trunk/extensions/SocialProfile/UserProfile/UpdateProfile.js (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserProfile/UpdateProfile.js
@@ -18,7 +18,7 @@
1919 section_select += '<select class="profile-form" name="' + id + '" id="' + id + '"><option></option>';
2020 for( x = 0; x <= countries[country_id].sections.length-1; x++ ){
2121 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>';
2323 }
2424 section_select += '</select>';
2525 }

Status & tagging log