diff --git a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
index 97eb6e2ddef9a3531f77f8767236c96cf76f61ef..571f1450770ee7b4473c5d4ea2ca426b8aa64584 100644
--- a/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
+++ b/ui-eln-lims/src/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
@@ -819,7 +819,7 @@ var FormUtil = new function() {
                 $controlLabel.append($line);
             } else
             {
-                $controlLabel.text(label + ":");
+                $controlLabel.html(label + ":");
             }
         }
         return $controlLabel;