diff --git a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php index 8f10d87a7e76121377dc7b176f04c0918cd90eb7..ffd8d27d9ced5e408bfcdefbd49be4f196531f08 100644 --- a/plugins/unl_theme/scripts/JS/enhanceProfileForm.php +++ b/plugins/unl_theme/scripts/JS/enhanceProfileForm.php @@ -53,7 +53,7 @@ color: "#1091D1" }); }); - $("form.cool fieldset input[type!=submit], form.cool fieldset select").wrap('<div class="element"></div>'); + $("form.cool fieldset input[type!=submit], form.cool fieldset select, form.cool fieldset textarea").wrap('<div class="element"></div>'); $("form.cool label div").each(function(){ $(this).insertAfter($(this).parent()); });