Skip to content
Snippets Groups Projects
Commit 8e0ab81b authored by juanf's avatar juanf
Browse files

Fix for new DOM builder used on manage properties

SVN: 34295
parent c3dc6351
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,7 @@ $.extend(DefaultProfile.prototype, { ...@@ -232,7 +232,7 @@ $.extend(DefaultProfile.prototype, {
*/ */
this.inspectorContentTransformer = function(sample, propertyCode, propertyContent) { this.inspectorContentTransformer = function(sample, propertyCode, propertyContent) {
if(propertyContent.indexOf("<root>") != -1) { if(propertyContent.indexOf("<root ") != -1) {
return { return {
"isSingleColumn" : true, "isSingleColumn" : true,
"content" : this.getHTMLTableFromManagePropertyXML(propertyContent) "content" : this.getHTMLTableFromManagePropertyXML(propertyContent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment