From 8e0ab81bccbd05e46dfdeb9dc60e51b840303b09 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Mon, 29 Jun 2015 07:00:28 +0000 Subject: [PATCH] Fix for new DOM builder used on manage properties SVN: 34295 --- .../eln-lims/1/as/webapps/eln-lims/html/js/config/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a1b11624ad7..680c73d1a6d 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) -- GitLab