issue 590 590 issue is not bug.

but incorrect spell fixed


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9971 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-12-21 08:08:33 +00:00
parent 3a4021be5c
commit 1ba2d35a75

View file

@ -168,7 +168,7 @@ function getWidgetCode(childObj, widget) {
var value = childObj.attributes[i].nodeValue;
if(!value || value == "Array" || value == "null") continue;
attrs += name+'="'+encdeURIComponent(value)+'" ';
attrs += name+'="'+encodeURIComponent(value)+'" ';
}
var style = childObj.getAttribute("style");
return '<img class="zbxe_widget_output" style="'+getStyle(childObj)+'" widget="'+widget+'" '+attrs+' />';