diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php index bd5236eadc7c810333b0221b196fbebe0b831cf8..b252d5f3da75c15927fdf6c4b94a76c65fe41a33 100644 --- a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php +++ b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php @@ -414,7 +414,7 @@ $("form select[name=form_data_profile_role] option[value='Friend of the University']").attr('selected','selected'); break; } - $('form select[name=form_data_profile_role] option[value='+unlrole+']').attr('selected','selected'); + $('form select[name=form_data_profile_role] option[value="'+unlrole+'"]').attr('selected','selected'); /********* College selector */