Skip to content
Snippets Groups Projects
Commit 471cfc84 authored by juanf's avatar juanf
Browse files

Bugfix to show HTML on non editable fields.

SVN: 32174
parent d24bd568
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment