diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
index ee54b4230439a5f63fbb8f98e564cc9137155130..0f19fad800668acdbcce3b9188a6908222b498d3 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
@@ -683,7 +683,7 @@ var FormUtil = new function() {
 	}
 	
 	this.asHyperlink = function(text) {
-		$("<a>", { "href" : text, "target" : "_blank"}).append(text);
+		return $("<a>", { "href" : text, "target" : "_blank"}).append(text);
 	}
 
 	//