mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix node html generation
This commit is contained in:
parent
649c82f7d7
commit
9f3233175b
@ -262,7 +262,7 @@ function registerConfig(config) {
|
||||
if (el.attribs) {
|
||||
for (var j in el.attribs) {
|
||||
if (el.attribs.hasOwnProperty(j)) {
|
||||
openTag += " "+i+'="'+el.attribs[j]+'"';
|
||||
openTag += " "+j+'="'+el.attribs[j]+'"';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user