mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
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:
parent
3a4021be5c
commit
1ba2d35a75
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ function getWidgetCode(childObj, widget) {
|
||||||
var value = childObj.attributes[i].nodeValue;
|
var value = childObj.attributes[i].nodeValue;
|
||||||
if(!value || value == "Array" || value == "null") continue;
|
if(!value || value == "Array" || value == "null") continue;
|
||||||
|
|
||||||
attrs += name+'="'+encdeURIComponent(value)+'" ';
|
attrs += name+'="'+encodeURIComponent(value)+'" ';
|
||||||
}
|
}
|
||||||
var style = childObj.getAttribute("style");
|
var style = childObj.getAttribute("style");
|
||||||
return '<img class="zbxe_widget_output" style="'+getStyle(childObj)+'" widget="'+widget+'" '+attrs+' />';
|
return '<img class="zbxe_widget_output" style="'+getStyle(childObj)+'" widget="'+widget+'" '+attrs+' />';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue