diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleHierarchyTable/SampleHierarchyTableView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleHierarchyTable/SampleHierarchyTableView.js
index 336793ab14babbe67d2823b875b32b0acf6ef8f9..1e596827dc46708af0be6a89088133f1b5f8f6db 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleHierarchyTable/SampleHierarchyTableView.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/SampleHierarchyTable/SampleHierarchyTableView.js
@@ -115,7 +115,7 @@ function SampleHierarchyTableView(controller, model) {
 		AnnotationUtil.buildAnnotations(annotations, samples, {
 			startRow : function() {
 				if (content !== "") {
-					content += "</br>";
+					content += "<br /><br />";
 				}
 				rowStarted = true;
 			},