diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/util/FormUtil.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/util/FormUtil.js
index 16bcd940b72791074862e18f9d75d4b3da5bb530..3af1c5bde6a53100760eb6a807e0cb33b28448db 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/util/FormUtil.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/util/FormUtil.js
@@ -191,7 +191,7 @@ var FormUtil = new function() {
 		$fieldset.append($controlGroup);
 		
 		var $component = $("<span>", {'class' : 'form-control', 'style' : 'border:none; box-shadow:none;'});
-		$component.append(text);
+		$component.text(text);
 		$controls.append($component);
 		
 		return $fieldset;