diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js index a1b11624ad7e9f756a864e6bfc4b0c2ae691c79b..680c73d1a6dfb6349afcafef291d1d8214222bbc 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js @@ -232,7 +232,7 @@ $.extend(DefaultProfile.prototype, { */ this.inspectorContentTransformer = function(sample, propertyCode, propertyContent) { - if(propertyContent.indexOf("<root>") != -1) { + if(propertyContent.indexOf("<root ") != -1) { return { "isSingleColumn" : true, "content" : this.getHTMLTableFromManagePropertyXML(propertyContent)