[BUGFIX] Remove typo in span tag
This commit is contained in:
parent
92082a0d9b
commit
8b4d2ebc7d
@ -26,7 +26,7 @@ define(['helper'], function (helper) {
|
||||
a1.textContent = unknown ? d.source.id : d.source.node.nodeinfo.hostname;
|
||||
h2.appendChild(a1);
|
||||
|
||||
var arrow = document.createElement('spam');
|
||||
var arrow = document.createElement('span');
|
||||
arrow.classList.add('ion-arrow-right-c');
|
||||
h2.appendChild(arrow);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user